DeleteChatInput
Autogenerated input type of DeleteChat
input DeleteChatInput {
clientMutationId: String
id: ID!
}
Fields
DeleteChatInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteChatInput.id
● ID!
non-null scalar
Member of
deleteChat
mutation