ChilliCream / graphql-workshop

Getting started with GraphQL on ASP.NET Core and Hot Chocolate - Workshop
465 stars 199 forks source link

Update 1-creating-a-graphql-server-project.md #107

Closed H-Bulati closed 1 year ago

H-Bulati commented 1 year ago

Beginning of my efforts in updating this guide to .NET 7 and latest package versions. Updated images are still to be added. Known issues:

this part triggers warning ASP0014. I don't know how to fix it. On my side I just surrounded it with pragma warning disable .

app.UseEndpoints(endpoints =>
    {
        endpoints.MapGraphQL();
    });
CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.