GraphQLError.fromJson constructor

GraphQLError.fromJson(
  1. Map<String, dynamic> json
)

Create Prisma error from json.

Implementation

factory GraphQLError.fromJson(Map<String, dynamic> json) =>
    _$GraphQLErrorFromJson(json);