Skip to main content

DocumentAdd

Result of document add mutation.

type DocumentAdd {
document: Document
instances: [DocumentTargetInstance!]!
documentErrors: [DocumentError!]!
}

Fields

DocumentAdd.document ● Document object

The uploaded document.

DocumentAdd.instances ● [DocumentTargetInstance!]! non-null union

List of instances that the document was attached to.

DocumentAdd.documentErrors ● [DocumentError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

documentAdd mutation

Was this page helpful?