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

Improve documentation #27

Open NavidK0 opened 3 years ago

NavidK0 commented 3 years ago

Documentation could use some improvement to showcase how to use the Request API vs the Query API (aka GraphQL from files). Some small examples would probably be enough.