Skip to content

tasksCount

All tasks assigned to a provider or client

Arguments

created_by_self · Boolean · Nil -> does nothing, false -> tasks created by others, true -> tasks created by current user

Returns

Int

Example

query tasksCount(
$completed_status: String
$created_by_self: Boolean
$keywords: String
$show_hidden: Boolean
$type: String
) {
tasksCount(
completed_status: $completed_status
created_by_self: $created_by_self
keywords: $keywords
show_hidden: $show_hidden
type: $type
)
}