Skip to main content

customViewTeams

Reads a set of CustomViewTeam.

customViewTeams(
first: Int
offset: Int
orderBy: [CustomViewTeamsOrderBy!]
condition: CustomViewTeamCondition
filter: CustomViewTeamFilter
): [CustomViewTeam!]

Arguments

customViewTeams.first ● Int scalar

Only read the first n values of the set.

customViewTeams.offset ● Int scalar

Skip the first n values.

customViewTeams.orderBy ● [CustomViewTeamsOrderBy!] list enum

The method to use when ordering CustomViewTeam.

customViewTeams.condition ● CustomViewTeamCondition input

A condition to be used in determining which values should be returned by the collection.

customViewTeams.filter ● CustomViewTeamFilter input

A filter to be used in determining which values should be returned by the collection.

Type

CustomViewTeam object