OBJECT

GoalOverallCompletionRateInfo

Related info for a collection of goals overall completion rate

link GraphQL Schema definition

  • type GoalOverallCompletionRateInfo {
  • # The number of times the goals were completed
  • actual_times_completed: Int
  • # The actual percentage of the completion rate
  • percent: Int
  • # The total number of times the goals could have been completed
  • possible_times_completed: Int
  • }