chore: add breadcrumbs to loyalty page
This commit is contained in:
21
lib/graphql/Query/BreadcrumbsLoyaltyPages.graphql
Normal file
21
lib/graphql/Query/BreadcrumbsLoyaltyPages.graphql
Normal file
@@ -0,0 +1,21 @@
|
||||
#import "../Fragments/MyPages/Breadcrumbs.graphql"
|
||||
#import "../Fragments/Refs/Breadcrumbs.graphql"
|
||||
|
||||
query GetLoyaltyBreadcrumbs($locale: String!, $url: String!) {
|
||||
all_loyalty_page(locale: $locale, where: { url: $url }) {
|
||||
items {
|
||||
...LoyaltyBreadcrumbs
|
||||
system {
|
||||
uid
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query GetLoyaltyBreadcrumbsRefs($locale: String!, $url: String!) {
|
||||
all_loyalty_page(locale: $locale, where: { url: $url }) {
|
||||
items {
|
||||
...LoyaltyBreadcrumbsRefs
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user