fix: validation for header

This commit is contained in:
Simon Emanuelsson
2024-09-22 21:22:21 +02:00
parent ac5e48357c
commit 68703d72e1
33 changed files with 453 additions and 404 deletions
@@ -1,12 +1,16 @@
#import "../../AccountPage/Ref.graphql"
#import "../../ContentPage/Ref.graphql"
#import "../../LoyaltyPage/Ref.graphql"
fragment CardBlockRef on Card {
secondary_button {
linkConnection {
edges {
node {
__typename
...LoyaltyPageRef
...ContentPageRef
...AccountPageRef
...ContentPageRef
...LoyaltyPageRef
}
}
}
@@ -16,9 +20,9 @@ fragment CardBlockRef on Card {
edges {
node {
__typename
...LoyaltyPageRef
...ContentPageRef
...AccountPageRef
...ContentPageRef
...LoyaltyPageRef
}
}
}