GraphqlErrors constructor

const GraphqlErrors(
  1. IList<GraphqlError> errors
)

Implementation

const GraphqlErrors(this.errors);