ProductsToMakeInput
No description
input ProductsToMakeInput {
destinationLocationId: ID!
id: ID!
quantityToMake: BigDecimal!
}
Fields
ProductsToMakeInput.destinationLocationId ● ID! non-null scalar
The location where the finished products will be placed
ProductsToMakeInput.id ● ID! non-null scalar
ProductsToMakeInput.quantityToMake ● BigDecimal! non-null scalar
The quantity of composed product to manufacture