OBJECT

TaskListResultInterface

link GraphQL Schema definition

  • type TaskListResultInterface {
  • count: Int
  • data: [Task]
  • }