GraphQL Documentation Explorer not showing in browser .net core 3.1
问题 i am new to GraphQL, i have build a sample project using GraphQL which is working fine, but 'Documentation Explore' (my custom schema) not loaded in Browser .net core 3.1 also attached StartUp.cs . note : Which was works in .net core 2.0. here is startup.cs using GraphiQl; using GraphQL; using GraphQL.Server; using GraphQL.Types; { public class Startup { public void ConfigureServices(IServiceCollection services) { services.Configure<IISServerOptions>(options => { options.AllowSynchronousIO =