Toggle Task Completed
Use the toggleTaskCompleted
mutation to toggle is_completed
for a single task item.
Required Argument
Argument | Required | Type |
| True |
|
Available Fields
The following fields will be part of the response.
Field name | Type | Description |
| String | True if a single task item has been completed. Otherwise, it displays False |
| String | Description of the result |
Example
Last updated