Skip to main content
Version: Latest

DocumentExportInput

description

Export document input. Only one of the fields should be specified. Depending on which one is specified, one or multiple documents will be exported according to given ids.

input DocumentExportInput {
documentIds: [String!]!
}

Fields

DocumentExportInput.documentIds ● [String!]! non-null scalar graph-ql-types

Member Of

document.exportDocuments mutation ● DocumentMutation__exportDocuments mutation