This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Support Async Timeout Property in GraphQLServletProperties #469
Closed
Description
Would it be possible to add the attribute asyncTimeout
in the GraphQLServletProperties
so that the `GraphQLWebAutoConfigurationcan load it to the
GraphQLConfiguration``? So that it is possible to set a request timeout for each query. This was introduced in GraphQL Servlet in 9.2, but cannot be configured in Spring Boot. However, that would be very helpful to ward off malicious queries.