createGoalHistoryInput
Autogenerated input type of createGoalHistory
Fields
action
· GoalHistoryActionTypeEnum · The action type that was performed on a specific goal that created this history record completed_on
· String · The day the goal should be marked complete for. Should be of the form: 'yyyy-mm-dd' mark_parent_complete
· Boolean · If true, will mark parent goal completed (must be a subgoal) Used By
Definition
"""Autogenerated input type of createGoalHistory"""input createGoalHistoryInput { """ The action type that was performed on a specific goal that created this history record """ action: GoalHistoryActionTypeEnum
""" The day the goal should be marked complete for. Should be of the form: 'yyyy-mm-dd' """ completed_on: String goal_id: ID
""" If true, will mark parent goal completed (must be a subgoal) """ mark_parent_complete: Boolean user_id: ID}