Skip to main content

TeamPlayersInfo

A team's players info

type TeamPlayersInfo {
all(
first: Int
after: String
last: Int
before: String
): TeamPlayerConnection!
}

Fields

TeamPlayersInfo.all ● TeamPlayerConnection! non-null object

A list of the team's players

TeamPlayersInfo.all.first ● Int scalar

Returns the first n elements from the list.

TeamPlayersInfo.all.after ● String scalar

Returns the elements in the list that come after the specified cursor.

TeamPlayersInfo.all.last ● Int scalar

Returns the last n elements from the list.

TeamPlayersInfo.all.before ● String scalar

Returns the elements in the list that come before the specified cursor.

Member of

Campaign object