Skip to content

Function: createPersistence()

createPersistence(__namedParameters): Persistence

Defined in: fate/src/persistence.ts:112

Enables cache persistence and durable delivery through the existing mutation API. Import this entry point only in applications using persistence. Storage keys must isolate authenticated accounts/workspaces and match the server's identity scope.

Parameters

__namedParameters

PersistenceOptions

Returns

Persistence

Released under the MIT License