OBJECT

createInsurancePlanPayload

Autogenerated return type of createInsurancePlan.

link GraphQL Schema definition

  • type createInsurancePlanPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • insurance_plan: InsurancePlan
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }