fresh_graphql 0.5.0
fresh_graphql: ^0.5.0 copied to clipboard
An graphql link for token refresh. Built on top of package:graphql and manages authentication tokens transparently.
0.5.0 #
- BREAKING update to null safety (Dart v2.12.0)
0.4.0 #
- BREAKING update to
graphql: ^4.0.0
0.4.0-dev.1 #
- BREAKING update to
graphql: ^4.0.0-beta.5
0.3.0 #
- BREAKING: update to
fresh: ^0.3.0
0.2.0 #
- BREAKING remove
onRefreshFailure
fromFreshLink
- Add
authenticationStatus
Stream toFreshLink
0.1.0 #
Initial Release of the library
- Includes
FreshLink
graphql link with built-in token refresh.