TeamEdge
Edge type containing a team cursor and its associated team data
type TeamEdge {
node: Team!
cursor: String!
}
Fields
TeamEdge.node ● Team! non-null object
Team data
TeamEdge.cursor ● String! non-null scalar
Cursor identifying the team data
Member of
TeamConnection object