NavidK0 / SimpleGraphQL-For-Unity

A simple graphQL client that allows one to use .graphql files (or code) for queries, mutations, and subscriptions with Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use NativeWebSocket lib for WebSockets

NavidK0 opened this issue · comments

Using NativeWebSocket would also allow us to support subscriptions on WebGL/HTML5.