Skip to main content

DraftUpsertInput

Autogenerated input type of DraftUpsert

input DraftUpsertInput {
clientMutationId: String
contextId: ID
conversationId: ID!
draftId: String!
draftType: DraftType!
metadata: JSON
payload: JSON!
version: Int!
}

Fields

DraftUpsertInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

DraftUpsertInput.contextId ● ID scalar common

The ID of the context within the conversation

DraftUpsertInput.conversationId ● ID! non-null scalar common

The ID of the conversation

DraftUpsertInput.draftId ● String! non-null scalar common

A UUID to identify the draft

DraftUpsertInput.draftType ● DraftType! non-null enum common

The type of the draft

DraftUpsertInput.metadata ● JSON scalar common

Metadata related to the draft

DraftUpsertInput.payload ● JSON! non-null scalar common

The payload of the draft, which is a schemaless JSON object

DraftUpsertInput.version ● Int! non-null scalar common

The version of the draft

Member of

draftUpsert mutation