OBJECT
Texts
paginated text information
link GraphQL Schema definition
- type Texts implements PagingInterface, MessageHolder {
- : Int!
- : Int!
- : Int!
- : [Text]
- # deprecated
- : [Message] @deprecated( reason: "No longer supported" )
- }
OBJECT
paginated text information
- type Texts implements PagingInterface, MessageHolder {
- : Int!
- : Int!
- : Int!
- : [Text]
- # deprecated
- : [Message] @deprecated( reason: "No longer supported" )
- }