all repos — caroster @ b9e807e2b80aee0db2b933366ea7c5a65d090443

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

frontend/graphql/setting.gql (view raw)

 1query setting($locale: I18NLocaleCode!) {
 2  setting(locale: $locale) {
 3    data {
 4      id
 5      attributes {
 6        gtm_id
 7        about_link
 8        announcement
 9        matomo_script_url
10        opencollective_link
11        code_link
12        stripe_dashboard_link
13        tos_link
14        data_policy_link
15      }
16    }
17  }
18}