C# client library for Blazor Webassembly

Hi as per the title I am looking for recommendations for graphql libraries for Blazor Webassembly.

Started playing with the graphql graphqlhttpclient which works well until I try to include a bearer token in the request for auth where I / it become unstuck.

Any advice on clients for use with blazor Webassembly (not hosted) or hints on auth with graphqlhttpclient much appreciated.

Thanks

I’m assuming you’ve tried Oceanware’s rather recent library?

https://github.com/Oceanware/BlazorWASMGraphQLClient

Thanks @chewxy I haven’t come across that one.

Will give it a try.

Much appreciated