apollo-state-sync - API Reference (Users)
Preparing search index...
src
PersistedStateType
Type Alias PersistedStateType
Represents the structure of the Apollo Client state saved in persistent storage.
type
PersistedStateType
=
{
cache
:
NormalizedCacheObject
;
expiresAt
:
number
;
reactiveVars
:
Record
<
string
,
unknown
>
;
}
Index
Properties
cache
expires
At
reactive
Vars
Properties
cache
cache
:
NormalizedCacheObject
expires
At
expiresAt
:
number
reactive
Vars
reactiveVars
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
expires
At
reactive
Vars
apollo-state-sync - API Reference (Users)
Loading...
Represents the structure of the Apollo Client state saved in persistent storage.