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
Adding the app.UseGraphiQl() middleware does not seem to work in GraphiQL 1.2.0 unless you add using GraphiQl to Startup.cs. In version 1.1.0 it this does not seem to be necessary. This should be explicitly mentioned in the README and also added to the graphiql.example, if it's not considered a regression.
The text was updated successfully, but these errors were encountered:
Adding the
app.UseGraphiQl()
middleware does not seem to work in GraphiQL 1.2.0 unless you addusing GraphiQl
toStartup.cs
. In version 1.1.0 it this does not seem to be necessary. This should be explicitly mentioned in the README and also added to the graphiql.example, if it's not considered a regression.The text was updated successfully, but these errors were encountered: