spring-projects / spring-graphql

Spring Integration for GraphQL
https://spring.io/projects/spring-graphql
Apache License 2.0
1.5k stars 297 forks source link

Prepare HTTP handlers for Incremental Delivery support #959

Closed rstoyanchev closed 2 months ago

rstoyanchev commented 2 months ago

In #309 we introduced a base class for HTTP handlers with re-usable protected methods and common fields. We can take it a step further and implement request handling, leaving only response handling to sub-classes. This will help re-use across HTTP and SSE handling, and make it easier to create a handler for the incremental delivery (experimental) support in GraphQL Java 22.