Tanka GraphQL Client for .NET standard released
My friend Pekka Heikura released his Tanka GraphQL execution library for SignalR based servers. This includes streaming support using SignalR hubs and Apollo link for that as well. I ended up writing a simple .NET standard client library to handle the communication between native applications and the server using HubConnection. You can pick up source …