brick_offline_first_with_graphql 1.2.0
brick_offline_first_with_graphql: ^1.2.0 copied to clipboard
A Brick domain that routes data fetching through local providers before a GraphQL provider.
Unreleased #
1.2.0 #
- Do not invoke
remoteProvider.subscribeif no subscription query exists. - Ensure
queryis never non-null in thesubscriptionsmapping of the repository. Ifqueryisnull,controlleris assigned to the Model type and subscriptions cannot be regenerated after cancelling all listeners. - Expand dependency restriction to include
brick_graphqlv2
1.1.2 #
- Loosen
gql,gql_exec, andgql_linkrestriction
1.1.1 #
- Loosen
brick_graphql,brick_offline_first_with_graphql_abstract, andbrick_offline_first_abstractrestriction
1.1.0 #
- Use public release versions of
brick_offline_firstandbrick_sqlite - When opening a new
OfflineFirstWithGraphqlRepository#subscribe, add one event of existing local data to the stream - Notify subscribers of an empty payload after deleting
1.0.0 #
- Add
subscribefor streaming updates of all models - Do not use
GraphqlOfflineQueueLinkautomatically in Offline First Repository
0.0.1 #
Initial