Skip to content

GoalStreakInfo

Related info of a specific goal's streak

Fields

count · Int · The length of intervals (ie: days, weeks, etc) this streak lasted
end_date · ISO8601DateTime · The day this streak ended
start_date · ISO8601DateTime · The day this streak began

Used By

Definition

"""
Related info of a specific goal's streak
"""
type GoalStreakInfo {
"""
The length of intervals (ie: days, weeks, etc) this streak lasted
"""
count: Int
"""
The day this streak ended
"""
end_date: ISO8601DateTime
"""
The day this streak began
"""
start_date: ISO8601DateTime
}