DisconnectMutationPayload
Autogenerated return type of DisconnectMutation
type DisconnectMutationPayload {
channel: Channel
clientMutationId: String
errors: [UserError!]!
}
Fields
DisconnectMutationPayload.channel ● Channel interface common
The channel that was disconnected.
DisconnectMutationPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
DisconnectMutationPayload.errors ● [UserError!]! non-null object common
Errors related to user input
Returned by
channelDisconnect mutation