all repos — caroster @ 0d2ea7429f2b931b7cd6232d93efa930db9223d1

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

frontend/graphql/setting.gql (view raw)

1query setting ($locale: String!) {
2  setting (locale: $locale) {
3    id
4    gtm_id
5    about_link
6    announcement
7    faq_link
8  }
9}