Material
Type: Object
Defines raw materials and other stockable inventory items.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| attributes | JsonString | Material attributes like gsm, grain, finish, etc. | ||
| createdAt | DateTime! | |||
| id | ID! | |||
| name | String! | The name of the material. | ||
| operationInputs | [OperationInput!]! | filter: OperationInputFilterInputlimit: Intoffset: Intsort: [OperationInputSortInput] | Production operation inputs that consume this material | |
| sku | String | The SKU of the material. | ||
| stockUnit | String! | The stock unit for the material. | ||
| type | MaterialTypeEnum! | The type of material. | ||
| updatedAt | DateTime! |