OBJECT
GoalHistory
a goal history
link GraphQL Schema definition
- type GoalHistory {
- # The date the goal is marked completed
- String :
- # The completion timestamp of the goal
- String :
- # The description of the goal
- String :
- # goal that was completed
- Goal :
- # goal id of goal history
- ID :
- # The unique identifier of the history
- ID! :
- # If true, the goal is a subgoal
- Boolean :
- # The name of the goal
- String :
- # The repeat frequency of the goal
- String :
- # client of this goal
- User :
- # user id of goal history
- ID :
- }