CreateDocumentInput
Input for createDocument.
input CreateDocumentInput {
type: DocumentType!
name: String
note: String
}
Fields
CreateDocumentInput.type ● DocumentType! non-null enum
Document category.
CreateDocumentInput.name ● String scalar
Original file name.
CreateDocumentInput.note ● String scalar
Free-form note.
Member Of
createDocument mutation