Skip to main content

DraftDeletePayload

Autogenerated return type of DraftDelete

type DraftDeletePayload {
clientMutationId: String
deletedDraftId: String
errors: [UserError!]!
success: Boolean!
}

Fields

DraftDeletePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

DraftDeletePayload.deletedDraftId ● String scalar common

The ID of the deleted draft.

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

Errors related to user input.

DraftDeletePayload.success ● Boolean! non-null scalar common

True if the draft was deleted; false otherwise.

Returned by

draftDelete mutation