OBJECT

CarePlanConnection

A connection between a care plan and a connectable item

link GraphQL Schema definition

  • 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!
  • }