GraphqlResponse constructor
GraphqlResponse({
- Map<
String, Object?> ? data, - List<
GraphqlError> ? errors,
Implementation
GraphqlResponse({this.data, this.errors});