myChannels
The caller's channels in an app, with their roles and effective channel permissions (e.g. whether they hold send_messages). Use this to discover which channels the current user can read/post in.
myChannels(
appId: BigInt!
): [GroupMembership!]!
Arguments
myChannels.appId ● BigInt! non-null scalar
The app (tenant) to list the caller's channels within.
Type
GroupMembership object
The caller's view of a group they belong to: the group, their roles, and their effective group permission keys.