Preparing search index...
The search index is not available
brightside-developer
brightside-developer
Mutation
Class Mutation<TData, TError, TVariables, TContext>
Type Parameters
TData
=
unknown
TError
=
DefaultError
TVariables
=
unknown
TContext
=
unknown
Hierarchy
Removable
Mutation
Index
Constructors
constructor
Properties
gc
Time
mutation
Id
options
state
Accessors
meta
Methods
add
Observer
clear
Gc
Timeout
continue
destroy
execute
optional
Remove
remove
Observer
schedule
Gc
set
Options
update
Gc
Time
Constructors
constructor
new
Mutation
<
TData
,
TError
,
TVariables
,
TContext
>
(
config
)
:
Mutation
<
TData
,
TError
,
TVariables
,
TContext
>
Type Parameters
TData
=
unknown
TError
=
Error
TVariables
=
unknown
TContext
=
unknown
Parameters
config
:
MutationConfig
<
TData
,
TError
,
TVariables
,
TContext
>
Returns
Mutation
<
TData
,
TError
,
TVariables
,
TContext
>
Properties
gc
Time
gc
Time
:
number
Readonly
mutation
Id
mutation
Id
:
number
options
options
:
MutationOptions
<
TData
,
TError
,
TVariables
,
TContext
>
state
state
:
MutationState
<
TData
,
TError
,
TVariables
,
TContext
>
Accessors
meta
get
meta
(
)
:
undefined
|
Record
<
string
,
unknown
>
Returns
undefined
|
Record
<
string
,
unknown
>
Methods
add
Observer
add
Observer
(
observer
)
:
void
Parameters
observer
:
MutationObserver
<
any
,
any
,
any
,
any
>
Returns
void
Protected
clear
Gc
Timeout
clear
Gc
Timeout
(
)
:
void
Returns
void
continue
continue
(
)
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
destroy
destroy
(
)
:
void
Returns
void
execute
execute
(
variables
)
:
Promise
<
TData
>
Parameters
variables
:
TVariables
Returns
Promise
<
TData
>
Protected
optional
Remove
optional
Remove
(
)
:
void
Returns
void
remove
Observer
remove
Observer
(
observer
)
:
void
Parameters
observer
:
MutationObserver
<
any
,
any
,
any
,
any
>
Returns
void
Protected
schedule
Gc
schedule
Gc
(
)
:
void
Returns
void
set
Options
set
Options
(
options
)
:
void
Parameters
options
:
MutationOptions
<
TData
,
TError
,
TVariables
,
TContext
>
Returns
void
Protected
update
Gc
Time
update
Gc
Time
(
newGcTime
)
:
void
Parameters
newGcTime
:
undefined
|
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
gc
Time
mutation
Id
options
state
Accessors
meta
Methods
add
Observer
clear
Gc
Timeout
continue
destroy
execute
optional
Remove
remove
Observer
schedule
Gc
set
Options
update
Gc
Time
brightside-developer
Loading...