/GraphQLHotChocolate

Get started with GraphQL in .NET Core with Hot Chocolate

Primary LanguageC#

Get started with GraphQL in .NET Core with Hot Chocolate

PS D:\projects> dotnet new web -o GraphQLHotChocolate
The template "ASP.NET Core Empty" was created successfully.

Processing post-creation actions...
Restoring D:\projects\GraphQLHotChocolate\GraphQLHotChocolate.csproj:
  Determining projects to restore...
  Restored D:\projects\GraphQLHotChocolate\GraphQLHotChocolate.csproj (
  in 159 ms).
Restore succeeded.


PS D:\projects> cd .\GraphQLHotChocolate\

PS D:\projects\GraphQLHotChocolate>dotnet add package HotChocolate.AspNetCore