How do we implement a Graphql Playground in ASP.NET Framework Web Application? I was able to query using Postman's new GraphQL POST and it is working as expected. But I was not able to host the graphiql playground using HotChocolate's AspNet Classic GraphiQL nuget.
https://www.nuget.org/packages/HotChocolate.AspNetClassic.GraphiQL/
It would be really helpful if anyone can provide a code snippet or documentation specific to ASP.NET Framework.