GraphqlValidationErrors constructor

const GraphqlValidationErrors(
  1. List<RequestInputError> errors
)

Implementation

const GraphqlValidationErrors(this.errors);