Component
Type: Object
A component of a print job
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| actualSubstrate | Substrate | The actual substrate used for the component in production | ||
| actualSubstrateId | ID | |||
| colors | ComponentColorInfo | The colors of the component | ||
| componentFileUsages | [ComponentFileUsage!]! | filter: ComponentFileUsageFilterInputlimit: Intoffset: Intsort: [ComponentFileUsageSortInput] | The component file usages for the component | |
| createdAt | DateTime! | |||
| description | String | A description of the component | ||
| desiredSubstrate | Substrate | The desired substrate for the component | ||
| desiredSubstrateId | ID | |||
| externalId | String | An external ID for the part | ||
| files | [File!]! | filter: FileFilterInputlimit: Intoffset: Intsort: [FileSortInput] | The files for the component | |
| highestMilestone | Milestone | The highest milestone for the component | ||
| id | ID! | |||
| job | Job! | The job that this component belongs to | ||
| jobId | ID! | |||
| kind | PrintComponentKindEnum! | The kind of component | ||
| layout | ComponentLayout | The layout of the component | ||
| media | ProductionMedia | The media of the component | ||
| milestones | [Milestone!]! | filter: MilestoneFilterInputlimit: Intoffset: Intsort: [MilestoneSortInput] | The milestones for the component | |
| name | String! | The name of the component | ||
| notes | [Note!]! | filter: NoteFilterInputlimit: Intoffset: Intsort: [NoteSortInput] | The notes for the component | |
| operations | [Operation!]! | filter: OperationFilterInputlimit: Intoffset: Intsort: [OperationSortInput] | The operations for the component | |
| updatedAt | DateTime! |