Skip to content
Compare
Choose a tag to compare
@morrys morrys released this 12 Jan 11:04
· 205 commits to master since this release
9f60576
  • 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!