GraphQLResponse<T> constructor

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

Implementation

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