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