Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Tags: NavidK0/SimpleGraphQL-For-Unity

Tags

v1.2.0

Toggle v1.2.0's commit message
Update documentation

v1.1.2

Toggle v1.1.2's commit message
Add custom id support for Subscribe and Unsubscribe

Change encoding to UTF8

v1.1.1

Toggle v1.1.1's commit message
Add Custom Yield Instruction for GraphQLClient.Send

Deprecate inconsistent GraphQL methods
update package

v1.1.0

Toggle v1.1.0's commit message
Refactor param orders of SendAsync and SubscribeAsync to reduce confu…

…sion and unnecessary passing of auth tokens/schemes

AuthScheme is now null by default (no need to be Bearer by default)
AuthToken and AuthScheme now appear after everything

Fix AuthScheme being ignored in SendAsync