Closed
Description
In #44495 the spring.graphql.sse.timeout
was deprecated in favor of spring.graphql.http.sse.timeout
. Unfortunately, the change is using constructor binding by accident, which means that a spring.graphql.sse.sse
is exposed rather than the property.