INPUT_OBJECT
updateGoalInput
Autogenerated input type of updateGoal
link GraphQL Schema definition
- input updateGoalInput {
- # A unique identifier for the client performing the mutation.
- String :
- String :
- String :
- String :
- String :
- String :
- String :
- # The date the goal should end - format should be: yyyy-mm-dd
- String :
- # The date the goal should start - format should be: yyyy-mm-dd
- String :
- SubgoalInput] : [
- ReminderInput :
- # If true, use this goal as a template(favorite)
- Boolean :
- # The id of goal template used to create this goal
- String :
- # Title hyperlink. Opens when the name is clicked on.
- String :
- # If true, goal was submitted via the update form
- Boolean :
- # If true, update goal for program
- Boolean :
- }