UpdateChannelInput
Update an existing channel. Omitted fields are left unchanged.
input UpdateChannelInput {
groupId: BigInt!
name: String
description: String
membershipPolicy: String
}
Fields
UpdateChannelInput.groupId ● BigInt! non-null scalar
The channel (group) id to update.
UpdateChannelInput.name ● String scalar
New channel name (max 128 chars). Omit to leave unchanged.
UpdateChannelInput.description ● String scalar
New description. Omit to leave unchanged.
UpdateChannelInput.membershipPolicy ● String scalar
open | request | invite | admin. Omit to leave unchanged.
Member Of
updateChannel mutation