Preparing search index...
The search index is not available
@deep/nest-kit
@deep/nest-kit
modules/favorite-brands
IBaseFavoriteBrandsResolverHost
Interface IBaseFavoriteBrandsResolverHost
interface
IBaseFavoriteBrandsResolverHost
{
addBrandToFavorites
(
input
:
AddBrandToFavoriteInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
AddBrandToFavoritePayload
>
;
removeBrandFromFavorites
(
input
:
RemoveBrandFromFavoriteInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
RemoveBrandFromFavoritePayload
>
;
}
Index
Methods
add
Brand
To
Favorites
remove
Brand
From
Favorites
Methods
add
Brand
To
Favorites
addBrandToFavorites
(
input
:
AddBrandToFavoriteInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
AddBrandToFavoritePayload
>
Parameters
input
:
AddBrandToFavoriteInput
ctx
:
IBaseActionContext
Returns
Promise
<
AddBrandToFavoritePayload
>
remove
Brand
From
Favorites
removeBrandFromFavorites
(
input
:
RemoveBrandFromFavoriteInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
RemoveBrandFromFavoritePayload
>
Parameters
input
:
RemoveBrandFromFavoriteInput
ctx
:
IBaseActionContext
Returns
Promise
<
RemoveBrandFromFavoritePayload
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Brand
To
Favorites
remove
Brand
From
Favorites
@deep/nest-kit
Loading...