INPUT_OBJECT
TranslationsSetInput
link GraphQL Schema definition
1 input TranslationsSetInput { 2 3 : TranslatableObjectType! 4 5 : Int! 6 7 : LanguageInput! 8 9 : [TranslatedStringInput!]! 10 }
INPUT_OBJECT
1 input TranslationsSetInput { 2 3 : TranslatableObjectType! 4 5 : Int! 6 7 : LanguageInput! 8 9 : [TranslatedStringInput!]! 10 }