Add HRV
Adds HRV log entry to the tracker.
Required Arguments
Available Fields
Example
mutation{
addHRVLog(
value:"120"
timestamp:"2023-10-03 10:10:23"
source: SUGGESTIC
){
success
message
}
}{
"data": {
"addHRVLog": {
"success": true,
"message": "HRV log created"
}
}
}{
"Authorization": "Bearer <insert_your_token_here>"
}Last updated
Was this helpful?