Add HRV

Adds HRV log entry to the tracker.

Use the addHRVLog mutation to record the Heart Rate Variability given for the day.

Required Arguments

Available Fields

Example

mutation{
  addHRVLog(
  value:"120"
  timestamp:"2023-10-03 10:10:23"
  source: SUGGESTIC
  ){
    success
    message
  }
}

Last updated