UpdateDocumentDraftInput
Autogenerated input type of UpdateDocumentDraft
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEannotations
· JSON · JSON-format annotations for document edits 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!}