TeamEdge
An edge in a TeamConnection.
type TeamEdge {
cursor: ID!
node: Team!
}
Fields
TeamEdge.cursor ● ID! non-null scalar
A cursor for use in pagination.
TeamEdge.node ● Team! non-null object
The item at the end of the edge.
Member Of
TeamConnection object