Skip to content

CarePlanConnection

A connection between a care plan and a connectable item

Fields

care_plan_id · ID · The ID of the connected care plan
connectable_id · ID · The ID of the connected item
connectable_type · String · The type of the connected item
id · ID! · required · The unique identifier of the connection

Used By

Definition

"""
A connection between a care plan and a connectable item
"""
type CarePlanConnection {
"""
The ID of the connected care plan
"""
care_plan_id: ID
"""
The ID of the connected item
"""
connectable_id: ID
"""
The type of the connected item
"""
connectable_type: String
"""
The unique identifier of the connection
"""
id: ID!
}