Skip to content

deleteGoalHistoryInput

Autogenerated input type of deleteGoalHistory

Fields

deprecated DO NOT USE
id · ID · ID of the goal to remove a goal history for

Used By

Definition

"""
Autogenerated input type of deleteGoalHistory
"""
input deleteGoalHistoryInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
completed_on: String
"""
ID of the goal to remove a goal history for
"""
id: ID
}