ERPSubOperationInput
A child sub-operation with its instance count under the parent.
input ERPSubOperationInput {
id: String!
quantity: Int
}
Fields
ERPSubOperationInput.id ● String! non-null scalar
ERP-assigned id of the child operation.
ERPSubOperationInput.quantity ● Int scalar
Instance count of this child under the parent (>= 1).
Member Of
ERPOperationInput input