19 lines
276 B
GraphQL
19 lines
276 B
GraphQL
fragment MainLinksRef on Footer {
|
|
__typename
|
|
main_links {
|
|
pageConnection {
|
|
edges {
|
|
node {
|
|
__typename
|
|
...LoyaltyPageRef
|
|
...ContentPageRef
|
|
...AccountPageRef
|
|
}
|
|
}
|
|
}
|
|
}
|
|
system {
|
|
...System
|
|
}
|
|
}
|