ConversationTrashInput
Autogenerated input type of ConversationTrash
input ConversationTrashInput {
clientMutationId: String
conversationId: ID!
}
Fields
ConversationTrashInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ConversationTrashInput.conversationId ● ID! non-null scalar common
The ID of the conversation to trash.
Member of
conversationTrash mutation