Delete Heart Rate
Deletes desired heart rate entry.
Use the deleteHeartRateLog
mutation to delete the desired "heart rate" entry from the given ID.
Required Arguments
Argument | Type | Note |
| ID! | Id of "heart rate log" entry to be deleted |
Available Fields
Field | Type | Note |
| Boolean | true: If the entry has been deleted successfully. Otherwise, it displays false |
| String | The message returns either if the information has been updated or not. |
Example
Last updated