Skip to content

UpdateDocumentDraftInput

Autogenerated input type of UpdateDocumentDraft

Fields

deprecated DO NOT USE
annotations · JSON · JSON-format annotations for document edits
id · ID! · required · The ID of the document draft to update
lock_version · Int! · required · The lock version for optimistic locking

Used By

Definition

"""
Autogenerated input type of UpdateDocumentDraft
"""
input UpdateDocumentDraftInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
JSON-format annotations for document edits
"""
annotations: JSON
"""
The ID of the document draft to update
"""
id: ID!
"""
The lock version for optimistic locking
"""
lock_version: Int!
}