ferry 0.3.0
ferry: ^0.3.0 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 #
LinkExceptions
are now caught and included in theQueryResponse.linkException
property- added
QueryResponse.dataSource
property - added basic tests for GraphQL and network errors
- added
Mutation
widget - added
executeOnListen
flag onresponseStream
Changed #
- updated default subscription
FetchPolicy
toCacheAndNetwork
- override equality for
QueryResponse
- update example
Removed #
- BREAKING removed optimistic flag on
QueryResponse
in favor of source property - BREAKING removed client error from
Query
widget - remove broken
FetchPolicy
tests