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