OBJECT

deleteCarePlanConnectionPayload

Autogenerated return type of deleteCarePlanConnection.

link GraphQL Schema definition

  • type deleteCarePlanConnectionPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • connection: CarePlanConnection
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }