DocumentUpdate
Result of document update mutation.
type DocumentUpdate {
document: Document
documentErrors: [DocumentError!]!
}
Fields
DocumentUpdate.document ● Document object
The updated document.
DocumentUpdate.documentErrors ● [DocumentError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
documentUpdate mutation