ChannelDeleteInput
Autogenerated input type of ChannelDelete
input ChannelDeleteInput {
channelId: ID!
clientMutationId: String
}
Fields
ChannelDeleteInput.channelId ● ID! non-null scalar common
ID of the channel to delete.
ChannelDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
Member of
channelDelete mutation