SupplyMakeManufacturingInput
Autogenerated input type of SupplyMakeManufacturing
input SupplyMakeManufacturingInput {
batchNumber: String
brandId: ID @deprecated
buildingId: ID!
clientMutationId: String
expectedWasteRate: Decimal
instructions: String
laborCost: BigDecimal
laborHours: Decimal
orderNumber: String
productsToMake: [ProductsToMakeInput!]!
startDate: ISO8601Date
targetDate: ISO8601Date
}
Fields
SupplyMakeManufacturingInput.batchNumber ● String scalar common
SupplyMakeManufacturingInput.brandId ● ID deprecated scalar common
DEPRECATED
This argument will be removed in the future. Brand is becoming a product-only attribute. Use company context instead.
SupplyMakeManufacturingInput.buildingId ● ID! non-null scalar common
The selected building ID
SupplyMakeManufacturingInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SupplyMakeManufacturingInput.expectedWasteRate ● Decimal scalar common
SupplyMakeManufacturingInput.instructions ● String scalar common
SupplyMakeManufacturingInput.laborCost ● BigDecimal scalar common
SupplyMakeManufacturingInput.laborHours ● Decimal scalar common
SupplyMakeManufacturingInput.orderNumber ● String scalar common
This manufacturing order number
SupplyMakeManufacturingInput.productsToMake ● [ProductsToMakeInput!]! non-null input common
The composed product ID to produce
SupplyMakeManufacturingInput.startDate ● ISO8601Date scalar common
The manufacture start date
SupplyMakeManufacturingInput.targetDate ● ISO8601Date scalar common
The manufacture target date
Member Of
supplyMakeManufacturing mutation