Skip to main content

DraftSaveInput

Autogenerated input type of DraftSave

input DraftSaveInput {
clientMutationId: String
contextId: ID
conversationId: ID!
draftId: ID!
draftType: String!
payload: String!
synchronous: Boolean
version: Int!
}

Fields

DraftSaveInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

DraftSaveInput.contextId ● ID scalar common

The ID of the context within the conversation.

DraftSaveInput.conversationId ● ID! non-null scalar common

The ID of the associated conversation.

DraftSaveInput.draftId ● ID! non-null scalar common

The ID of the draft to save.

DraftSaveInput.draftType ● String! non-null scalar common

The type of the draft.

DraftSaveInput.payload ● String! non-null scalar common

The payload of the draft as a schemaless string.

DraftSaveInput.synchronous ● Boolean scalar common

True if the change should be applied synchronously; false otherwise.

DraftSaveInput.version ● Int! non-null scalar common

The version of the draft.

Member of

draftSave mutation