DisconnectMutationInput
Autogenerated input type of DisconnectMutation
input DisconnectMutationInput {
channelId: ID!
clientMutationId: String
}
Fields
DisconnectMutationInput.channelId ● ID! non-null scalar common
The ID of the channel to disconnect.
DisconnectMutationInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
Member of
channelDisconnect mutation