Files
web/lib/graphql/Fragments/Blocks/Refs/LoyaltyCard.graphql
Christel Westerberg 323df671d8 fix: add loyaltyCard
2024-07-01 11:46:35 +02:00

19 lines
282 B
GraphQL

fragment LoyaltyCardBlockRef on LoyaltyCard {
__typename
link {
linkConnection {
edges {
node {
__typename
...LoyaltyPageRef
...ContentPageRef
...AccountPageRef
}
}
}
}
system {
...System
}
}