ferry 0.3.1+2
ferry: ^0.3.1+2 copied to clipboard
GraphQL Client for Dart
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
0.3.0 - 2020-04-22 #
Added #
LinkExceptionsare now caught and included in theQueryResponse.linkExceptionproperty- added
QueryResponse.dataSourceproperty - added basic tests for GraphQL and network errors
- added
Mutationwidget - added
executeOnListenflag onresponseStream
Changed #
- updated default subscription
FetchPolicytoCacheAndNetwork - override equality for
QueryResponse - update example
Removed #
- BREAKING removed optimistic flag on
QueryResponsein favor of source property - BREAKING removed client error from
Querywidget - remove broken
FetchPolicytests