Closed
Description
Right now, the Spring Boot auto-configuration composes several RequestPredicate
instances to handle GraphQL requests. Composing there can incur some overhead and no practical advantage in our case. Spring for GraphQL should instead provide custom RequestPredicate
implementations that are optimized for optimal performance.
They should be then leveraged in the Spring Boot auto-configuration.