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.
โ02-24-2020 08:48 AM
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/
โ02-24-2020 10:57 AM - edited โ02-24-2020 10:58 AM