INPUT_OBJECT
AllocationCreate
Allocation of the Assignar platform.
link GraphQL Schema definition
- input AllocationCreate {
- # The date for the new allocation
- DateExpression] : [
- # The user id object the new allocation is for
- IdObject]! : [
- # Order task id object the new allocation is for
- IdObject :
- # Assets for the new allocation, each user will be allocated with this asset to
- # each date
- AllocationAssetInput :
- }