frontend/graphql/module.gql (view raw)
1query module($locale: I18NLocaleCode!) { 2 module(locale: $locale) { 3 data { 4 attributes { 5 caroster_plus_price 6 caroster_plus_enabled 7 caroster_plus_pricing_grid_id 8 caroster_plus_publishable_key 9 } 10 } 11 } 12}