gazuntype / graphQL-client-unity

This repository houses a unitypackage that can be included in your Unity Project to enable it communicate with a graphQL server.
Apache License 2.0
292 stars 49 forks source link

Subscription support #3

Closed derwaldgeist closed 5 years ago

derwaldgeist commented 5 years ago

Hi, thanks for sharing this code. I'm looking for a GraphQL client with subscription support. Does this client support subscriptions? If not, do you have plans to support them?

gazuntype commented 5 years ago

Hey @derwaldgeist . Just saw this. Really sorry about the late response. It currently does not support subscription but that is definitely on the roadmap for it.

derwaldgeist commented 5 years ago

Thanks for the info anyways!