TextConnection
The connection type for Text.
type TextConnection {
edges: [TextEdge]
nodes: [Text]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
TextConnection.edges ● [TextEdge] list object
A list of edges.
TextConnection.nodes ● [Text] list object
A list of nodes.
TextConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
TextConnection.totalCount ● Int! non-null scalar
Returned By
texts query