goalsOverallCompletionRateInfo
Overall completion percentage of goals
Arguments
frequency_filter
· String
· Can be daily, weekly, or one_time rel_goal_id
· String
· (DEPRECATED) Use goal_id instead as it is the correct ID status_filter
· String
· Can be complete or not_complete Returns
GoalOverallCompletionRateInfo
Example
query goalsOverallCompletionRateInfo( $category: String $end_range: String $frequency_filter: String $goal_id: ID $keywords: String $offset: Int $rel_goal_id: String $sort_by: String $start_range: String $status_filter: String $user_id: ID) { goalsOverallCompletionRateInfo( category: $category end_range: $end_range frequency_filter: $frequency_filter goal_id: $goal_id keywords: $keywords offset: $offset rel_goal_id: $rel_goal_id sort_by: $sort_by start_range: $start_range status_filter: $status_filter user_id: $user_id ) { actual_times_completed percent possible_times_completed }}