all repos — caroster @ 5e0328b6f6c2e4d541c758504ed2f94279ed9863

[Octree] Group carpool to your event https://caroster.io

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}