TranslationJsonInputType
Last edit: Oct 26, 2022
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