Any good library to build GraphQL client on .NET platform?

I’m trying to create a client app to talk to ShipHero GraphQL API from .NET platform. I’ve tried StrawberryShake and GraphQL.Client so far. Have ran into issues in each and none worked. I wonder does anyone have successful experience with .NET platform that will work with ShipHero API? What library to use? Thanks in advance!

So I figured out the problem that I ran into with GraphQL.Client by stepping into their sample code and comparing with my own code and eventually got it to work. It’s helpful that I have the source code to help with the troubleshoot. This issue can be closed now.

1 Like