Skip to content

deleteCarePlanConnectionInput

Autogenerated input type of deleteCarePlanConnection

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of deleteCarePlanConnection
"""
input deleteCarePlanConnectionInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
care_plan_id: ID
connectable_id: ID
connectable_type: String
}