common-localization-query-translations.gql 155 B

12345678
  1. query($locale: String!, $namespace: String!) {
  2. localization {
  3. translations(locale:$locale, namespace:$namespace) {
  4. key
  5. value
  6. }
  7. }
  8. }