OBJECT
GoalTemplate
a goal template
link GraphQL Schema definition
- type GoalTemplate {
- # description of template from associated goal
- String :
- # id of the goal this template was based on
- String :
- # id of the the relevant goal template
- String! :
- # is_healthie_default of the the relevant goal template
- Boolean! :
- # name of template from associated goal
- String :
- # frequency of template from associated goal
- String! :
- # Subgoal templates for a given template
- GoalTemplate!] : [
- # Title hyperlink. Opens when the title is clicked on.
- String :
- # user associated with this template
- User :
- # user who owns this goal template
- String :
- }