NavidK0 / SimpleGraphQL-For-Unity

A simple graphQL client that allows one to use .graphql files (or code) for queries, mutations, and subscriptions with Unity.
MIT License
34 stars 18 forks source link

Add Tests for subscriptions #26

Open NavidK0 opened 3 years ago

NavidK0 commented 3 years ago

This will require having our own mock server created during testing.