createGoalInput
Autogenerated input type of createGoal
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEcare_plan_id
· ID
· The id of associated care plan due_date
· ISO8601Date
· The date the goal should end program_goal
· Boolean
· If true, create goal for program source_template_id
· String
· The id of goal template used to create this goal start_on
· ISO8601Date
· The date the goal should start title_link
· String
· Title hyperlink. Opens when the name is clicked on. use_as_template
· Boolean
· If true, use this goal as a template(favorite) Used By
Definition
"""Autogenerated input type of createGoal"""input createGoalInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The id of associated care plan """ care_plan_id: ID description: String
""" The date the goal should end """ due_date: ISO8601Date name: String parent_id: ID
""" If true, create goal for program """ program_goal: Boolean reminder: ReminderInput
""" The frequency of this goal. Possible values are: 'Daily','Weekly', 'Once' """ repeat: String
""" The id of goal template used to create this goal """ source_template_id: String
""" The date the goal should start """ start_on: ISO8601Date subgoals: [SubgoalInput]
""" Title hyperlink. Opens when the name is clicked on. """ title_link: String
""" If true, use this goal as a template(favorite) """ use_as_template: Boolean user_id: ID}