SAS Tier matching comparison block (SW-921) Approved-by: Joakim Jäderberg Approved-by: Matilda Landström
46 lines
920 B
GraphQL
46 lines
920 B
GraphQL
fragment SasTierComparison_ContentPage on ContentPageBlocksSasTierComparison {
|
|
__typename
|
|
sas_tier_comparison {
|
|
comparisonConnection {
|
|
totalCount
|
|
edges {
|
|
node {
|
|
__typename
|
|
... on SasTierComparison {
|
|
title
|
|
preamble
|
|
scandic_friends {
|
|
title
|
|
label
|
|
tiers {
|
|
tier_code
|
|
tier_label
|
|
}
|
|
read_more_link {
|
|
href
|
|
title
|
|
}
|
|
}
|
|
sas_eb {
|
|
title
|
|
label
|
|
tiers {
|
|
tier_code
|
|
tier_label
|
|
}
|
|
read_more_link {
|
|
href
|
|
title
|
|
}
|
|
}
|
|
cta {
|
|
href
|
|
title
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|