Skip to main content

TeamEdge

An edge in a connection.

type TeamEdge {
cursor: String!
node: Team
}

Fields

TeamEdge.cursor ● String! non-null scalar common

A cursor for use in pagination.

TeamEdge.node ● Team object common

The item at the end of the edge.

Member of

TeamConnection object