Skip to content

subGoals

All subgoals for a given goal

Arguments

Returns

[Goal!]

Example

query subGoals($goal_id: ID, $user_id: ID, $offset: Int) {
subGoals(goal_id: $goal_id, user_id: $user_id, offset: $offset) {
completion_percentage_for_range
created_at
created_user_id
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
}
}