wikijs-fork/client/graph/common/common-locale-query.gql

7 lines
126 B
GraphQL

query($locale: String!, $namespace: String!) {
translations(locale:$locale, namespace:$namespace) {
key
value
}
}