channelUpdate
Update a channel.
channelUpdate(
id: ID!
input: ChannelUpdateInput!
): ChannelUpdate
Arguments
channelUpdate.id ● ID! non-null scalar
ID of a channel to update.
channelUpdate.input ● ChannelUpdateInput! non-null input
Fields required to update a channel.
Type
ChannelUpdate object
Update a channel.
Was this page helpful?