OBJECT

deleteInsuranceAuthorizationPayload

Autogenerated return type of deleteInsuranceAuthorization.

link GraphQL Schema definition

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