Skip to main content

SupplyMakeManufacturingInput

Autogenerated input type of SupplyMakeManufacturing

input SupplyMakeManufacturingInput {
batchNumber: String
brandId: ID!
buildingId: ID!
clientMutationId: String
composedProductIds: [ID!]!
destinationLocationId: ID!
expectedWasteRate: Decimal
instructions: String
laborCost: BigDecimal
laborHours: Decimal
orderNumber: String
quantityToMake: BigDecimal!
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.composedProductIds ● [ID!]! non-null scalar

The composed product ID to produce

SupplyMakeManufacturingInput.destinationLocationId ● ID! non-null scalar

The location where the finished products will be placed

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.quantityToMake ● BigDecimal! non-null scalar

The quantity of composed product to manufacture

SupplyMakeManufacturingInput.startDate ● ISO8601Date scalar

The manufacture start date

SupplyMakeManufacturingInput.targetDate ● ISO8601Date scalar

The manufacture target date

Member Of

supplyMakeManufacturing mutation