Heart Rate
Use the heartRateLogs
query to obtain the total records of the "heart rate log" logged by the user for the specified date range.
Required Arguments
Argument | Type | Description |
| Date! | The starting date of the defined date range. Use the format: |
| Date! | The end date of the defined date range. Use the format: |
| Int | Retrieves the first results from the list. |
| String | It takes the cursor type and retrieves results after that position. |
| ID | Id of desired tracking record. |
| Source of input, default is set to suggestic. enum SourceType { APPLE FITBIT GARMIN GOOGLEFIT_NATIVE GOOGLEFIT_REST HUAWEIHEALTH IHEALTH MISFIT OMRONCONNECT OMRONWELLNESS OURA POLAR SAMSUNG STRAVA SUGGESTIC SUUNTO WITHINGS } |
Available Fields
Field Name | Type | Description |
| Int! | Id of the heart rate log. |
| PositiveInt! | Heart rate registered value. |
| Float! | Heart rate log timestamp |
| Int! | Date the user logged their hear rate log |
| DateTime! | Source of input, default is set to suggestic. enum SourceType { APPLE FITBIT GARMIN GOOGLEFIT_NATIVE GOOGLEFIT_REST HUAWEIHEALTH IHEALTH MISFIT OMRONCONNECT OMRONWELLNESS OURA POLAR SAMSUNG STRAVA SUGGESTIC SUUNTO WITHINGS } |
Example
Last updated