SupplyMakeManufacturingInput
Autogenerated input type of SupplyMakeManufacturing
input SupplyMakeManufacturingInput {
batchNumber: String
brandId: ID!
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
SupplyMakeManufacturingInput.brandId ● ID! non-null scalar
SupplyMakeManufacturingInput.buildingId ● ID! non-null scalar
The selected building ID
SupplyMakeManufacturingInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
SupplyMakeManufacturingInput.expectedWasteRate ● Decimal scalar
SupplyMakeManufacturingInput.instructions ● String scalar
SupplyMakeManufacturingInput.laborCost ● BigDecimal scalar
SupplyMakeManufacturingInput.laborHours ● Decimal scalar
SupplyMakeManufacturingInput.orderNumber ● String scalar
This manufacturing order number
SupplyMakeManufacturingInput.productsToMake ● [ProductsToMakeInput!]! non-null input
The composed product ID to produce
SupplyMakeManufacturingInput.startDate ● ISO8601Date scalar
The manufacture start date
SupplyMakeManufacturingInput.targetDate ● ISO8601Date scalar
The manufacture target date
Member Of
supplyMakeManufacturing mutation