Files
web/lib/graphql/Fragments/Blocks/Refs/Card.graphql
T

31 lines
482 B
GraphQL

fragment CardBlockRef on Card {
__typename
secondary_button {
linkConnection {
edges {
node {
__typename
...LoyaltyPageRef
...ContentPageRef
...AccountPageRef
}
}
}
}
primary_button {
linkConnection {
edges {
node {
__typename
...LoyaltyPageRef
...ContentPageRef
...AccountPageRef
}
}
}
}
system {
...System
}
}