all repos — caroster @ 95876236a197ac3c43205c69fd4e70f3a300105c

[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}