conversationRestoreInput
Autogenerated input type of conversationRestore
input conversationRestoreInput {
clientMutationId: String
conversationIds: [ID!]!
newState: ConversationRestoreState!
}
Fields
conversationRestoreInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
conversationRestoreInput.conversationIds ● [ID!]! non-null scalar common
The IDs of the conversations to restore.
conversationRestoreInput.newState ● ConversationRestoreState! non-null enum common
The state to restore the conversation to.
Member of
conversationRestore mutation