refactor: update names

This commit is contained in:
Matilda Landström
2024-05-23 15:52:57 +02:00
parent 9a9da7595c
commit 4cfd908024
7 changed files with 43 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
fragment MyPagesBreadcrumbs on AccountPage {
fragment AccountPageBreadcrumbs on AccountPage {
breadcrumbs {
title
parentsConnection {
@@ -20,7 +20,7 @@ fragment MyPagesBreadcrumbs on AccountPage {
}
}
fragment LoyaltyBreadcrumbs on LoyaltyPage {
fragment LoyaltyPageBreadcrumbs on LoyaltyPage {
web {
breadcrumbss {
title

View File

@@ -1,6 +1,6 @@
#import "./System.graphql"
fragment MyPagesBreadcrumbsRefs on AccountPage {
fragment AccountPageBreadcrumbsRefs on AccountPage {
breadcrumbs {
parentsConnection {
edges {
@@ -19,7 +19,7 @@ fragment MyPagesBreadcrumbsRefs on AccountPage {
}
}
fragment LoyaltyBreadcrumbsRefs on LoyaltyPage {
fragment LoyaltyPageBreadcrumbsRefs on LoyaltyPage {
web {
breadcrumbss {
title
@@ -31,11 +31,8 @@ fragment LoyaltyBreadcrumbsRefs on LoyaltyPage {
title
}
system {
uid
locale
content_type_uid
...System
}
url
}
}
}