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