GraphQLResponse<T> constructor

GraphQLResponse<T>({
  1. T? body,
  2. List<GraphQLError>? graphQLErrors,
})

Implementation

GraphQLResponse({T? body, this.graphQLErrors}) : super(body: body);