Skip to main content

EnrichmentSummary

Aggregate counts across all rows in a bulk enrichment.

type EnrichmentSummary {
total: Int!
succeeded: Int!
failed: Int!
skipped: Int!
}

Fields

EnrichmentSummary.total ● Int! non-null scalar

Total number of rows processed.

EnrichmentSummary.succeeded ● Int! non-null scalar

Number of "success" rows ("dry_run" rows on a dry run).

EnrichmentSummary.failed ● Int! non-null scalar

Number of "error" rows.

EnrichmentSummary.skipped ● Int! non-null scalar

Number of "skipped" and "not_found" rows.

Member Of

BulkEnrichLibraryResourcesPayload object