Sporades SDK API
Preparing search index...
client
MutationsApi
Type Alias MutationsApi
Framework-neutral mutation execution using the standard Sporades result envelope.
type
MutationsApi
=
{
run
<
Result
=
unknown
>
(
name
:
string
,
...
args
:
unknown
[]
,
)
:
Promise
<
SporadesResult
<
Result
>
>
;
}
Index
Methods
run
Methods
run
run
<
Result
=
unknown
>
(
name
:
string
,
...
args
:
unknown
[]
,
)
:
Promise
<
SporadesResult
<
Result
>
>
Type Parameters
Result
=
unknown
Parameters
name
:
string
...
args
:
unknown
[]
Returns
Promise
<
SporadesResult
<
Result
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
run
Sporades SDK API
Loading...
Framework-neutral mutation execution using the standard Sporades result envelope.