conversationUndoSendInput
Autogenerated input type of conversationUndoSend
input conversationUndoSendInput {
changesetId: ID!
clientMutationId: String
conversationId: ID!
}
Fields
conversationUndoSendInput.changesetId ● ID! non-null scalar common
The changeset id returned by send endpoint that needs to be cancelled.
conversationUndoSendInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
conversationUndoSendInput.conversationId ● ID! non-null scalar common
The ID of the converstion that has the send to undo.
Member of
conversationUndoSend mutation