OBJECT
GoalDataType
Goal data
link GraphQL Schema definition
- type GoalDataType {
- # All goals frequency count
- Int :
- # All goals status count
- Int :
- # All time goals count
- Int :
- # Completed goals count
- Int :
- # Daily goals count
- Int :
- # Goal list
- Goal] : [
- # Goals count
- Int :
- # Goals overall completion rate info
- GoalOverallCompletionRateInfo :
- # Goals streak count
- Int :
- # Not completed goals count
- Int :
- # One time goals count
- Int :
- # Weekly goals count
- Int :
- }