OBJECT
OrderTask
A single order task
link GraphQL Schema definition
- type OrderTask {
- # The unique order task ID.
- Int! :
- # Legacy field for dashboard api allocation creation.
- Int! :
- # Description of the task, to distinguish between same tasks on an order
- String :
- # The order associated with this order task
- Order :
- # The task associated with this order task
- Task :
- # The allocations assigned to the order task
- Allocation] : [
- # List of shift dates to allocate to
- OrderTaskDate] : [
- # List of shift dates with allocated count to allocate to. If empty, no alloctions
- # assigned yet, use dates.
- OrderTaskDateAllocated] : [
- # The forms for the order task
- Form] : [
- # The materials for the order task
- MaterialTransaction] : [
- # The start time of the order task (legacy field)
- String! :
- # The end time of the order task (legacy field)
- String! :
- # The assets attached to the order task
- AllocationAsset] : [
- # The work item associated with this order task
- WorkItem] : [
- # Composite key of order, task and shift index to link to ffa_order_task (old
- # table)
- LongInt! :
- }
link Require by
- AllocationAllocation of the Assignar platform.
- MaterialTransactionA material transaction.
- MaterialTransactionTotaldescription goes here
- OrderOrder of the Assignar platform.
- OrderTaskWorkItemOrder task work item codes.
- OrderTaskWorkItemCodeOrder task work item codes.
- QueryRoot of the Assignar Core Query API