Skip to content

createDraftPayload

Autogenerated return type of createDraft.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createDraft.
"""
type createDraftPayload {
draft: Draft
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}