refactor: update names
This commit is contained in:
21
lib/graphql/Query/BreadcrumbsAccountPage.graphql
Normal file
21
lib/graphql/Query/BreadcrumbsAccountPage.graphql
Normal file
@@ -0,0 +1,21 @@
|
||||
#import "../Fragments/MyPages/Breadcrumbs.graphql"
|
||||
#import "../Fragments/Refs/Breadcrumbs.graphql"
|
||||
|
||||
query GetAccountPageBreadcrumbs($locale: String!, $url: String!) {
|
||||
all_account_page(locale: $locale, where: { url: $url }) {
|
||||
items {
|
||||
...AccountPageBreadcrumbs
|
||||
system {
|
||||
uid
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query GetAccountPageBreadcrumbsRefs($locale: String!, $url: String!) {
|
||||
all_account_page(locale: $locale, where: { url: $url }) {
|
||||
items {
|
||||
...AccountPageBreadcrumbsRefs
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user