Best way to send GraphQL requests using C#?

Cyberslu

Junior Member
Joined
Nov 18, 2023
Messages
120
Reaction score
66
I have tried using mutations, but C# seems to not care about the format and always uses the same. I also had the nuge for GraphQL.Clien and it seems to not work properly. Before I spent much more time with it. How woudl you go about it? I hope anyone here has experience with GraphQL using C#
 
Just rawdawgin' it with http POST. Do you have some complex queries?
I tried that. It works well on Python, but with C# its a disaster,. It understands the request, but the query format is wrong when it gets send.
 
I tried that. It works well on Python, but with C# its a disaster,. It understands the request, but the query format is wrong when it gets send.
Hmm, maybe post the data you're trying to send here? If it's not top secret ofc :cool:
 
Back
Top