deleteGoalHistoryInput
Autogenerated input type of deleteGoalHistory
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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}