Releases: andrespd99/simple_graphql
Releases · andrespd99/simple_graphql
2.1.0
2.0.0
- Renamed
SimpleGraphQl
toSimpleGraphQL
for consistency and good dart class naming practices. - You can now define your own
GraphQLCache
and httpClient
instances to be used bySimpleGraphQL
. query()
andmutation()
methods now accept optionalclient
parameter to use a custom http client on a per-request basis.
1.0.0+fix-1
SimpleGraphQl
constructor does not requireapiUrl
anymore. Instead,query()
andmutation()
methods require theapiUrl
parameter.- Constructor still accepts
authHeaderKey
andtoken
optional parameter for token-based requests. - New test examples in example folder.
headerKey
parameter in constructor was marked as deprecated in favor ofauthHeaderKey
. It will be removed in future versions.
v0.1.1
- Added exceptions to exports.
v0.1.0
First version of simple_graphql