installing dotnet hotchoc templates - Templates.Server::13.9.12
We can install dotnet template by using
dotnet new install HotChocolate.Templates.Server::13.9.12
This will allow us to create template by using
dotnet new graphql
However the template generated is pretty old-style. :p
Probably better off writing my own code
Comments