Skip to main content

BulkEnrichLibraryResourcesInput

No description

input BulkEnrichLibraryResourcesInput {
workspaceId: String!
rows: [EnrichmentRowInput!]!
dryRun: Boolean
}

Fields

BulkEnrichLibraryResourcesInput.workspaceId ● String! non-null scalar

The workspace whose library resources are being enriched.

BulkEnrichLibraryResourcesInput.rows ● [EnrichmentRowInput!]! non-null input

The enrichment rows to apply, one per resource. At most 500 per call.

BulkEnrichLibraryResourcesInput.dryRun ● Boolean scalar

When true, validate and report changes without persisting them.

Member Of

bulkEnrichLibraryResources mutation