OBJECT

updateInsuranceAuthorizationPayload

Autogenerated return type of updateInsuranceAuthorization.

link GraphQL Schema definition

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