teams
List all active teams in an app (not just the caller's).
teams(
appId: BigInt!
): [Group!]!
Arguments
teams.appId ● BigInt! non-null scalar
The app (tenant) whose teams to list.
Type
Group object
A generic group. groupType discriminates teams ('team'), channels ('channel'), and grid-access groups ('grid').