INPUT_OBJECT
Autogenerated input type of createGoalHistory
input createGoalHistoryInput {# A unique identifier for the client performing the mutation.clientMutationId: Stringuser_id: Stringgoal_id: String# If true, will mark parent goal completed (must be a subgoal)mark_parent_complete: Boolean# The day the goal should be marked complete for. Should be of the form: # 'yyyy-mm-dd'completed_on: String}