flutter_graphql_hooks 1.0.4-beta
flutter_graphql_hooks: ^1.0.4-beta copied to clipboard
A colleciton of apollo-like GraphQL Hooks to improve code readability.
1.0.4-beta 25-04-2021. #
- Adding options to optionally set throws on hook method execution (See: https://github.com/kevinrodriguez-io/flutter_graphql_hooks/issues/5)
1.0.3-beta 07-02-2021. #
- Cleaning up naming convention for return types.
- Code cleanup.
1.0.2-beta 05-02-2021. #
- Fixed issue with loading state for mutations.
- Added ability to send either of two Mutation/Query options for mutations/queries.
1.0.1-beta 05-02-2021. #
1.0.0-beta 04-02-2021. #
- This release includes all the 4 basic hooks to be used with graphql_flutter