CreateDocumentInput
No description
input CreateDocumentInput {
type: DocumentType!
name: String
note: String
}
Fields
CreateDocumentInput.type ● DocumentType! non-null enum
CreateDocumentInput.name ● String scalar
CreateDocumentInput.note ● String scalar
Member Of
createDocument mutation