Skip to main content

BulkEnrichLibraryResourcesPayload

Result of a bulk enrichment: per-row outcomes plus an aggregate summary.

type BulkEnrichLibraryResourcesPayload {
results: [EnrichmentRowResult!]!
summary: EnrichmentSummary!
}

Fields

BulkEnrichLibraryResourcesPayload.results ● [EnrichmentRowResult!]! non-null object

Per-row enrichment outcomes.

BulkEnrichLibraryResourcesPayload.summary ● EnrichmentSummary! non-null object

Aggregate counts across all rows.

Returned By

bulkEnrichLibraryResources mutation