WorkOrderInput
No description
input WorkOrderInput {
expenses: [WorkOrderExpenseInput!]
includeTransferFee: Boolean
isRefined: Boolean
isSold: Boolean
method: RefineryMethodEnum
note: String
processDurationS: Int
processStartTime: Timestamp
profit: BigInt
refinery: RefineryEnum
sellStore: String
sellerUserId: ID
sellerscName: String
shareAmount: BigInt
shareRefinedValue: Boolean
}
Fields
WorkOrderInput.expenses ● [WorkOrderExpenseInput!] list input
WorkOrderInput.includeTransferFee ● Boolean scalar
WorkOrderInput.isRefined ● Boolean scalar
WorkOrderInput.isSold ● Boolean scalar
WorkOrderInput.method ● RefineryMethodEnum enum
WorkOrderInput.note ● String scalar
WorkOrderInput.processDurationS ● Int scalar
WorkOrderInput.processStartTime ● Timestamp scalar
WorkOrderInput.profit ● BigInt scalar
WorkOrderInput.refinery ● RefineryEnum enum
WorkOrderInput.sellStore ● String scalar
WorkOrderInput.sellerUserId ● ID scalar
WorkOrderInput.sellerscName ● String scalar
This is the user that the work order is delegated to. It is optional and if not set, the owner is assumed to be the delegate
WorkOrderInput.shareAmount ● BigInt scalar
WorkOrderInput.shareRefinedValue ● Boolean scalar
Example
{
"expenses": [
{}
]
}
Member Of
createWorkOrder mutation ● updateWorkOrder mutation