GraphQLResponse<T> constructor
GraphQLResponse<T> ({
- T? body,
- List<
GraphQLError> ? graphQLErrors,
Implementation
GraphQLResponse({T? body, this.graphQLErrors}) : super(body: body);