Skip to main content

channel

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

channel(
groupId: BigInt!
): Group!

Arguments

channel.groupId ● BigInt! non-null scalar

The channel's group id.

Type

Group object

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