common-localization-query-translations.gql 155 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 query($locale: String!, $namespace: String!) { localization { translations(locale:$locale, namespace:$namespace) { key value } } }