subGoals
All subgoals for a given goal
Arguments
Returns
[Goal!]
Example
query subGoals($goal_id: ID, $offset: Int, $user_id: ID) { subGoals(goal_id: $goal_id, offset: $offset, user_id: $user_id) { completion_percentage_for_range created_at created_user_id cursor description due_date goal_histories id is_completed_for_date is_used_as_template name parent_id parent_subgoal_completion_rate reminder repeat source_template_id start_on streak_info subgoals subgoals_count title_link user user_id }}