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

Subscribe API needs to be updated to match Send API

NavidK0 opened this issue · comments

Send API takes a Request object now. Subscribe API should be updated to do the same.