Skip to main content
Version: 2024-06-05

teams

This query is returning a TeamResult objects which is a paginated list of Team objects.

teams(
filter: [TeamFilter]
limit: Int = 10
offset: Long = 0
sort: [TeamInputSort]
): TeamResult

Arguments

teams.filter ● [TeamFilter] list input

Filter by various team fields

teams.limit ● Int scalar

Limit the amount of gameData to be returned, used for pagination

teams.offset ● Long scalar

Set the offset of the limited result, used for pagination

teams.sort ● [TeamInputSort] list input

Sort by various team fields

Type

TeamResult object

teams query result