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
I have a problem, when i use app.UseGraphQLGraphiQL("/ui/graphiql", new () { ExplorerExtensionEnabled = false });
Then i have a weird double lupe on Docs section, if i will not specify this then i dont have access to modify headers.
Please solve it, its looking terrible
The text was updated successfully, but these errors were encountered:
Can you write a PR that includes the necessary changes to fix the page? Please note that the version provided by this middleware is GraphiQL 1.5.1, and the current version is GraphiQL 3.2.0. Perhaps updating the page to pull the latest version of GraphiQL would fix the issue.
I have a problem, when i use
app.UseGraphQLGraphiQL("/ui/graphiql", new () { ExplorerExtensionEnabled = false });
Then i have a weird double lupe on Docs section, if i will not specify this then i dont have access to modify headers.
Please solve it, its looking terrible
The text was updated successfully, but these errors were encountered: