Preparing search index...
The search index is not available
@deep/nest-kit
@deep/nest-kit
modules/actions
IBaseActionsResolverHost
Interface IBaseActionsResolverHost
interface
IBaseActionsResolverHost
{
action
(
id
:
string
,
ctx
:
IBaseActionContext
)
:
Promise
<
Action
>
;
actions
(
input
:
FetchActionsInput
,
info
:
GraphQLResolveInfo
,
)
:
Promise
<
ICursorPaginated
<
Action
>
>
;
deleteAction
(
input
:
DeleteActionInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
DeleteActionPayload
>
;
syncAction
(
input
:
SyncActionInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
Action
>
;
}
Index
Methods
action
actions
delete
Action
sync
Action
Methods
action
action
(
id
:
string
,
ctx
:
IBaseActionContext
)
:
Promise
<
Action
>
Parameters
id
:
string
ctx
:
IBaseActionContext
Returns
Promise
<
Action
>
actions
actions
(
input
:
FetchActionsInput
,
info
:
GraphQLResolveInfo
,
)
:
Promise
<
ICursorPaginated
<
Action
>
>
Parameters
input
:
FetchActionsInput
info
:
GraphQLResolveInfo
Returns
Promise
<
ICursorPaginated
<
Action
>
>
delete
Action
deleteAction
(
input
:
DeleteActionInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
DeleteActionPayload
>
Parameters
input
:
DeleteActionInput
ctx
:
IBaseActionContext
Returns
Promise
<
DeleteActionPayload
>
sync
Action
syncAction
(
input
:
SyncActionInput
,
ctx
:
IBaseActionContext
)
:
Promise
<
Action
>
Parameters
input
:
SyncActionInput
ctx
:
IBaseActionContext
Returns
Promise
<
Action
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
action
actions
delete
Action
sync
Action
@deep/nest-kit
Loading...