OBJECT

AssignTasksResult

link GraphQL Schema definition

  • type AssignTasksResult {
  • # List of tasks that could not be assigned.
  • failures: [ID!]
  • # List of tasks that were succesfully assigned.
  • successes: [ID!]
  • }

link Require by