OBJECT
TextTranslation
translation of text
link GraphQL Schema definition
- type TextTranslation implements MessageHolder {
- : String!
- : LangType
- # deprecated
- : [Message] @deprecated( reason: "No longer supported" )
- }
OBJECT
translation of text
- type TextTranslation implements MessageHolder {
- : String!
- : LangType
- # deprecated
- : [Message] @deprecated( reason: "No longer supported" )
- }