translations.graphql 172 B

1234567
  1. query translations($locale: String!, $cacheKey: String) {
  2. translations(locale: $locale, cacheKey: $cacheKey) {
  3. isCacheStillValid
  4. cacheKey
  5. translations
  6. }
  7. }