refactor: move LoyaltyPageBreadcrumbs fragment to separate file
This commit is contained in:
23
lib/graphql/Fragments/LoyaltyPage/Breadcrumbs.graphql
Normal file
23
lib/graphql/Fragments/LoyaltyPage/Breadcrumbs.graphql
Normal file
@@ -0,0 +1,23 @@
|
||||
fragment LoyaltyPageBreadcrumbs on LoyaltyPage {
|
||||
web {
|
||||
breadcrumbs {
|
||||
title
|
||||
parentsConnection {
|
||||
edges {
|
||||
node {
|
||||
... on AccountPage {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -21,27 +21,3 @@ fragment AccountPageBreadcrumbs on AccountPage {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fragment LoyaltyPageBreadcrumbs on LoyaltyPage {
|
||||
web {
|
||||
breadcrumbs {
|
||||
title
|
||||
parentsConnection {
|
||||
edges {
|
||||
node {
|
||||
... on AccountPage {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user