Translations
Complete translation set for a language
type Translations {
language: String!
namespaces: [TranslationNamespace!]!
}
Fields
Translations.language ● String! non-null scalar
Language code (ISO 639-1)
Translations.namespaces ● [TranslationNamespace!]! non-null object
Namespaces with translations
Returned By
translations query