Skip to main content

DocumentAttach

Result of document attach mutation.

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

Fields

DocumentAttach.document ● Document object

The attached document.

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

List of instances that the document was attached to.

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

List of errors that occurred executing the mutation.

Returned By

documentAttach mutation

Was this page helpful?