GraphqlErrorExtensions constructor

GraphqlErrorExtensions({
  1. String? code,
  2. String? debugDetails,
  3. String? file,
  4. String? warningLevel,
  5. List<Workaround>? workarounds,
})

Implementation

GraphqlErrorExtensions({
  this.code,
  this.debugDetails,
  this.file,
  this.warningLevel,
  this.workarounds,
});