mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
7 lines
126 B
GraphQL
7 lines
126 B
GraphQL
query($locale: String!, $namespace: String!) {
|
|
translations(locale:$locale, namespace:$namespace) {
|
|
key
|
|
value
|
|
}
|
|
}
|