Skip to content

Releases: andrespd99/simple_graphql

2.1.0

26 Jun 15:12
Compare
Choose a tag to compare

Release 2.1.0

2.0.0

14 May 15:59
Compare
Choose a tag to compare
  • Renamed SimpleGraphQl to SimpleGraphQL for consistency and good dart class naming practices.
  • You can now define your own GraphQLCache and http Client instances to be used by SimpleGraphQL.
  • query() and mutation() methods now accept optional client parameter to use a custom http client on a per-request basis.

1.0.0+fix-1

14 May 13:53
Compare
Choose a tag to compare
  • SimpleGraphQl constructor does not require apiUrl anymore. Instead, query() and mutation() methods require the apiUrl parameter.
  • Constructor still accepts authHeaderKey and token optional parameter for token-based requests.
  • New test examples in example folder.
  • headerKey parameter in constructor was marked as deprecated in favor of authHeaderKey. It will be removed in future versions.

v0.1.1

18 Jul 01:08
Compare
Choose a tag to compare
  • Added exceptions to exports.

v0.1.0

18 Jul 01:08
caab20b
Compare
Choose a tag to compare

First version of simple_graphql