25 lines
413 B
GraphQL
25 lines
413 B
GraphQL
query GetAllSasTierComparison($lang: String!) {
|
|
all_sas_tier_comparison(locale: $lang) {
|
|
items {
|
|
scandic_column_title
|
|
sas_column_title
|
|
tier_matches {
|
|
title
|
|
scandic_friends_tier_name
|
|
sas_eb_tier_name
|
|
content {
|
|
json
|
|
}
|
|
link {
|
|
href
|
|
title
|
|
}
|
|
}
|
|
cta {
|
|
title
|
|
href
|
|
}
|
|
}
|
|
}
|
|
}
|