INPUT_OBJECT
createGoalInput
Autogenerated input type of createGoal
link GraphQL Schema definition
- input createGoalInput {
- # A unique identifier for the client performing the mutation.
- String :
- String :
- String :
- String :
- # If true, create goal for program
- Boolean :
- # The frequency of this goal. Possible values are: 'Daily','Weekly', 'Once'
- 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 :
- String :
- SubgoalInput] : [
- ReminderInput :
- # If true, use this goal as a template(favorite)
- Boolean :
- # The id of goal template used to create this goal
- String :
- # The id of associated care plan
- ID :
- # Title hyperlink. Opens when the name is clicked on.
- String :
- }