You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebFluxGraphQLHandler and WebMvcGraphQLHandler now have a List<WebInterceptor> constructor arg which is initialized to an empty list by the auto config. We'll need some idiomatic way to configure those but I'm not sure if that should be under graphql or boot.graphql or both?
The text was updated successfully, but these errors were encountered:
WebFluxGraphQLHandler
andWebMvcGraphQLHandler
now have aList<WebInterceptor>
constructor arg which is initialized to an empty list by the auto config. We'll need some idiomatic way to configure those but I'm not sure if that should be undergraphql
orboot.graphql
or both?The text was updated successfully, but these errors were encountered: