TranslationJsonInputType
Last edit: Nov 10, 2025
No description
type TranslationJsonInputType {
key: String!
locale: String!
value_json: HashObject!
}
Fields
key (String)
path to the translation branch which should be set
locale (String)
for example en, de etc.
value_json (HashObject)
json with translation tree which should be set