GraphqlResponse constructor

GraphqlResponse({
  1. Map<String, Object?>? data,
  2. List<GraphqlError>? errors,
})

Implementation

GraphqlResponse({this.data, this.errors});