Skip to content

deleteGoalHistoryInput

Autogenerated input type of deleteGoalHistory

Fields

id · ID · ID of the goal to remove a goal history for

Used By

Definition

"""
Autogenerated input type of deleteGoalHistory
"""
input deleteGoalHistoryInput {
completed_on: String
"""
ID of the goal to remove a goal history for
"""
id: ID
}