Skip to main content

DocumentAttach

Attach a document to any allowed entities.

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

Fields

DocumentAttach.document ● Document object

The document that was created or attached.

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

List of new instances that the document was attached to.

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

Returned By

documentAttach mutation

Was this page helpful?