CreateDocumentDraftInput
Autogenerated input type of CreateDocumentDraft
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of CreateDocumentDraft"""input CreateDocumentDraftInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The ID of the original document to copy for editing """ document_id: ID!}