GenericGraphQlException constructor

GenericGraphQlException({
  1. String? message,
  2. List<Location>? locations,
  3. List<String>? path,
  4. Extensions? extensions,
})

Implementation

GenericGraphQlException({
  this.message,
  this.locations,
  this.path,
  this.extensions,
});