Files
web/lib/graphql/Fragments/Footer/Refs/SecondaryLinks.graphql
2024-09-06 09:58:42 +02:00

21 lines
324 B
GraphQL

fragment SecondaryLinksRef on Footer {
__typename
secondary_links {
links {
pageConnection {
edges {
node {
__typename
...LoyaltyPageRef
...ContentPageRef
...AccountPageRef
}
}
}
}
}
system {
...System
}
}