morrys
released this
12 Jan 11:04
·
205 commits
to master
since this release
- refactor typing RelayOfflineTypes.ts
- created the public function executeMutationOffline in the environment and used by the environment when the executeMutation is performed and the application is offline #28
public executeMutationOffline({
operation,
optimisticResponse,
optimisticUpdater,
updater,
uploadables,
}: {
- removed the RelayStoreOffline file, now the store is created in the environment's constructor
- allow offline execution of mutations that do not modify the store morrys/react-relay-offline#35, added warning!