Files
spring-graphql/samples/webmvc-http
Rossen Stoyanchev 6a71dc958d Fix link in README
Closes gh-109
2021-08-11 05:31:10 +01:00
..
2021-08-09 12:37:47 +01:00
2021-08-11 05:31:10 +01:00

GraphQL HTTP Endpoint with Spring MVC

  • Spring HATEOAS DataFetcher's that call spring.io REST API.
  • Querydsl DataFetcher's making JPA queries.
  • Use of ThreadLocalAccessor to propagate context to data fetchers.
  • Schema printing enabled at "/graphql/schema".
  • Tests with GraphQlTester and MockMvc.