Water and Hydration
Get historical water tracked by date
Use the hydration
query to get the information on the daily water intake based on a start and end date.
The updateHydration mutation must be executed before getting the water intake information.
Note: Currently tracking service only supports JWT authentication
Required Arguments
Argument | Type | Note |
| Date | The date when the water entries will start counting. Use the format: |
| Date | The date when the water entries will end counting. Use the format: |
Available Fields
Field | Type | Note |
| Boolean | True if it is today's date; otherwise, it will display the False value |
| Float | Number of cups of water to intake |
| Date | The date when 1 cup of water has been logged. Use the format: |
| Float | The number of cups of water to be intake. The default goal to be defined is 8 cups of water. |
Example
GraphQL Example
curl Example
Last updated