cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Good GraphQL tutorial for dotnet core 3.1?

So, I've been trying to follow a bunch of different tutorials on how to get a graphql server running. Each one has thus far, done its thing and had different implementations. I can't seem to be able to get this working properly.

I was wondering if anybody knows about a solid tutorial to implement GraphQL on dotnet core 3.1.

I would appreciate the help.

JesusCamden
Member
1 REPLY 1

Assuming you have a server up, I recommend Hasura, this library looks promising.

https://github.com/graphql-dotnet/graphql-client

 

Edit: I may have misread your question or it's intent. Here's a link to Hasura. I would just use it or Apollo server, Hasura is magical though.

https://hasura.io/

Yetzederixx
Member