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
Prior to this commit, the `GraphQLAutoConfiguration` would only consider
the case where the GraphQL schema is read as an SDL from a configured
location.
GraphQL also supports the programmatic creation of the schema and this
case needs to be supported by the auto-configuration.
This commit updates the auto-configuration to disable the schema
creation from the SDL if a `GraphQL.Builder` bean is already contributed
by the application.
Fixesspring-iogh-4
No description provided.
The text was updated successfully, but these errors were encountered: