updateTimerStatus Mutation
Update timer status (start, pause, or complete)
- start: Sets status to running and adds a new session entry
- pause: Sets status to paused and closes current session entry
- complete: Sets status to completed and closes current session entry
Access: Requires user to be the owner of the timer
Arguments
#
timeCategoryId
Optional time category ID to use when saving time entries on completion (overrides the action's default)
Response
#
Returns Timer !.
Example
#
Previous
updateTimer