tasks
All tasks assigned to a provider or client
Arguments
assigned_to_user
· Boolean
· If true, only tasks assigned to the current user will be returned created_by_self
· Boolean
· Nil -> does nothing, false -> tasks created by others, true -> tasks created by current user
·
Returns
[Task!]
Example
query tasks( $assigned_to_user: Boolean $client_id: String $completed_status: String $created_by_self: Boolean $keywords: String $show_hidden: Boolean $smart: Boolean $type: String $sort_by: String $order_by: TaskOrderKeys $offset: Int $per_page: Int $withoutPagination: Boolean $after: Cursor) { tasks( assigned_to_user: $assigned_to_user client_id: $client_id completed_status: $completed_status created_by_self: $created_by_self keywords: $keywords show_hidden: $show_hidden smart: $smart type: $type sort_by: $sort_by order_by: $order_by offset: $offset per_page: $per_page withoutPagination: $withoutPagination after: $after ) { client client_id complete completed_at completed_by_id content created_at created_by_generator_id created_by_id creator cursor due_date hidden id note note_path position priority ref_source reminder seen smart smart_category updated_at user user_id }}