Skip to main content

DraftUpsertPayload

Autogenerated return type of DraftUpsert

type DraftUpsertPayload {
clientMutationId: String
draft: DraftTypeUnion
errors: [UserError!]!
}

Fields

DraftUpsertPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

DraftUpsertPayload.draft ● DraftTypeUnion union common

The upserted draft.

DraftUpsertPayload.errors ● [UserError!]! non-null object common

Errors related to user input

Returned by

draftUpsert mutation