all repos — caroster @ 11a23c91cc454c6f511947fd1341a589a1bb109c

[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_name
 6        caroster_plus_price
 7        caroster_plus_enabled
 8        caroster_plus_description
 9        caroster_plus_pricing_grid_id
10        caroster_plus_publishable_key
11      }
12    }
13  }
14}