TextEdge
An edge in a connection.
type TextEdge {
cursor: String!
node: Text
}
Fields
TextEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
TextEdge.node ● Text object
The item at the end of the edge.
Member Of
TextConnection object