INPUT_OBJECT
SubgoalInput
link GraphQL Schema definition
- input SubgoalInput {
- # Id of the subgoal. If no id is given, a subgoal will be created
- ID :
- # whether or not this subgoal should be deleted
- Boolean :
- String :
- String :
- String :
- # The frequency of this goal. Possible values are: 'Daily','Weekly', 'Once'
- String :
- String :
- String :
- # The id of the user who created it
- String :
- # The id of subgoal template used to create this subgoal
- String :
- # Subgoal title hyperlink. Opens when the subgoal name is clicked on.
- String :
- }