INPUT_OBJECT

AllocationCreate

Allocation of the Assignar platform.

link GraphQL Schema definition

  • input AllocationCreate {
  • # The date for the new allocation
  • dates: [DateExpression]
  • # The user id object the new allocation is for
  • users: [IdObject]!
  • # Order task id object the new allocation is for
  • order_task: IdObject
  • # Assets for the new allocation, each user will be allocated with this asset to
  • # each date
  • allocated_asset: AllocationAssetInput
  • }