Skip to content

createRecommendationInput

Autogenerated input type of createRecommendation

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createRecommendation
"""
input createRecommendationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
care_plan_id: ID
form_answer_id: ID
recommendation_body: String
recommendation_type: String
}