OBJECT

CarePlanConnection

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
  • id: ID!
  • }