GoalInstance
a goal instance. gives a snapshot of a goal over a specific interval(start_range and end_range )
Fields
is_completed_for_interval   
·  Boolean     · If true, the goal was completed in between the start and end range  start_range   
·  String     · The date the interval starts for this goal instance  Used By
Definition
"""a goal instance. gives a snapshot of a goal over a specific interval(start_range and end_range )"""type GoalInstance {  """  Pagination cursor  """  cursor: Cursor!
  """  The date the interval starts for this goal instance  """  end_range: String
  """  the relevant goal  """  goal: Goal
  """  If true, the goal was completed in between the start and end range  """  is_completed_for_interval: Boolean
  """  The date the interval starts for this goal instance  """  start_range: String}