TaskPaged
No description
type TaskPaged {
data: [Task]!
totalResults: Int!
}
Fields
TaskPaged.data ● [Task]! non-null object
The list of items in this pagination window.
TaskPaged.totalResults ● Int! non-null scalar
Total number of items in the filtered dataset.
Returned By
tasksBySpaceId query