OBJECT

deleteInsurancePlanPayload

Autogenerated return type of deleteInsurancePlan.

link GraphQL Schema definition

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