morrys
released this
16 Dec 17:41
·
210 commits
to master
since this release
-
refactor typing ApolloOfflineTypes.ts
-
fix updateQuery, added generateUpdateQueriesInfo function
-
created the public function mutateOffline in the client and used by the client when the mutate is performed and the application is offline #28
- public mutateOffline(mutationOptions: MutationOptions): Promise<FetchResult>
-
removed the ApolloStoreOffline file, now the store is created in the client's constructor