OBJECT
TranslatableObjectFields
link GraphQL Schema definition
1 type TranslatableObjectFields { 2 : TranslatableObjectType! 3 4 # All elements are always returned 5 : [String!]! 6 7 }
OBJECT
1 type TranslatableObjectFields { 2 : TranslatableObjectType! 3 4 # All elements are always returned 5 : [String!]! 6 7 }