Files
spring-graphql/samples/webmvc-http
2021-07-19 16:26:44 +01:00
..
2021-07-06 16:18:09 +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.