all repos — caroster @ 0a124e7bfe667e76e0c82cd4ed95bc0c6dea99d8

[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        faq_link
 9        announcement
10      }
11    }
12  }
13}