Add Exercise Entry
Adds exercise entry on the tracker.
Use the addExerciseEntry
to record the user's Exercise of the day.
Required Arguments
Argument | Type | Note |
| Datetime! | The date when the steps entrie will be counted. Use the format: |
| ExerciseType! | Exercise Types: CARDIO, STRENGTH, WORKOUT_ROUTINE, RECOVERY, OTHER. |
| ExerciseIntensity! | Exercise Intensity: VIGOROUS, MODERATE, LOW. |
| Int! | Time the exercise lasted in minutes. |
| Int | Calories burned. |
Available Fields
Field | Type | Note |
| Boolean | true: If the entry has been created successfully. Otherwise, it displays false |
| String | The message returns either if the information has been updated or not. |
Example
UI Example
Last updated