Skip to content

CreateDocumentDraftInput

Autogenerated input type of CreateDocumentDraft

Fields

deprecated DO NOT USE
document_id · ID! · required · The ID of the original document to copy for editing

Used 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!
}