ChannelDeletePayload
Autogenerated return type of ChannelDelete
type ChannelDeletePayload {
clientMutationId: String
deletedChannelId: ID!
errors: [UserError!]!
}
Fields
ChannelDeletePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ChannelDeletePayload.deletedChannelId ● ID! non-null scalar common
ID of the deleted channel.
ChannelDeletePayload.errors ● [UserError!]! non-null object common
List of errors that occurred during the deletion.
Returned by
channelDelete mutation