Water and Hydration
Increase or decrease water intake tracked
Use the updateHydration
mutation to increase or decrease the number of cups of water tracked.
Required Arguments
Argument | Type | Note |
| Date | The date when the water entries will be counted. Use the format: |
| Date | Add the INCREASE or DECREASE value to specify if the amount of cup of water is increasing or decreasing. |
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