Add Sleep Quality Score
Adds Sleep Quality Score to the tracker.
Use the addSleepQualityScore
sleep quality index scaling from 0 to 100.
Required Arguments
Argument | Type | Note |
| Date | The date when the sleep quality score will be counted. Use the format: |
| Int! | Sleep quality index scaling from 0 to 100, where the values above 77 signify good sleep quality, while those below 77 signify poor sleep quality |
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
Last updated