OBJECT

DestroyTasksResult

link GraphQL Schema definition

  • type DestroyTasksResult {
  • # List of tasks that could not be destroyed.
  • failures: [ID!]
  • # List of tasks that were successfully destroyed.
  • successes: [ID!]
  • }

link Require by