Skip to main content

team

Fetch one team by id. Errors if the id is not a team.

team(
groupId: BigInt!
): Group!

Arguments

team.groupId ● BigInt! non-null scalar

The team's group id.

Type

Group object

A generic group. groupType discriminates teams ('team'), channels ('channel'), and grid-access groups ('grid').