Sporades SDK API
Preparing search index...
server
MutationHookEvent
Type Alias MutationHookEvent<Schema, Result>
type
MutationHookEvent
<
Schema
extends
SchemaDefinition
=
SchemaDefinition
,
Result
=
unknown
,
>
=
{
args
:
unknown
[]
;
ctx
:
MiddlewareContext
<
Schema
>
;
name
:
string
;
result
?:
MutationResult
<
Result
>
;
}
Type Parameters
Schema
extends
SchemaDefinition
=
SchemaDefinition
Result
=
unknown
Index
Properties
args
ctx
name
result?
Properties
args
args
:
unknown
[]
ctx
ctx
:
MiddlewareContext
<
Schema
>
name
name
:
string
Optional
result
result
?:
MutationResult
<
Result
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
ctx
name
result
Sporades SDK API
Loading...