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
Member of
DocumentMutation__exportDocuments
mutation