ExcelImportResult
Type: Object
A typed, embedded return value for Excel import actions. Provides a consistent, GraphQL-ready schema for totals, success/error counts, and per-entity results—avoiding untyped maps while making import outcomes easy to present and audit in a print MIS/MES context.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| dryRun | Boolean! | Whether this was a dry run (validation only) | ||
| errors | Int! | Number of rows with errors | ||
| results | JsonString! | Detailed results per entity type (substrates, cost_centers, etc.) | ||
| successful | Int! | Number of successfully processed rows | ||
| summary | String! | Human-readable summary of the import operation | ||
| totalRows | Int! | Total number of rows processed |