48 lines
1.1 KiB
GraphQL
48 lines
1.1 KiB
GraphQL
#import "../Fragments/PageLinks.graphql"
|
|
|
|
query GetNavigationMyPages {
|
|
all_navigation_my_pages {
|
|
items {
|
|
items {
|
|
... on NavigationMyPagesItemsItem {
|
|
__typename
|
|
item {
|
|
link_text
|
|
sub_items {
|
|
... on NavigationMyPagesItemsItemBlockSubItemsItem {
|
|
__typename
|
|
item {
|
|
link_text
|
|
pageConnection {
|
|
edges {
|
|
node {
|
|
__typename
|
|
...AccountPageLink
|
|
...LoyaltyPageLink
|
|
...CodeDefinedPageLink
|
|
...ContentPageLink
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
pageConnection {
|
|
edges {
|
|
node {
|
|
__typename
|
|
...AccountPageLink
|
|
...LoyaltyPageLink
|
|
...ContentPageLink
|
|
...CodeDefinedPageLink
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
title
|
|
}
|
|
}
|
|
}
|