Add Sleep Time
Adds Sleep time entry to the tracker.
Use the addSleepTime
mutation to add the total overall sleep without wake times in minutes.
Required Arguments
Argument | Type | Note |
| Date | The date when the sleep time entrie will be counted. Use the format: |
| Int! | overall sleep duration without wake times in minutes |
Available Fields
Field | Type | Note |
| Boolean | true: If the entry has been created successfully. Otherwise, it displays false |
| String | The message returns either if the information has been updated or not. |
Example
UI Example
Last updated