@deep/nest-kit
Preparing search index...
modules/shared-brands-to-organizations
IBaseSharedBrandToOrganizationsResolverHost
Interface IBaseSharedBrandToOrganizationsResolverHost<SBTO>
interface
IBaseSharedBrandToOrganizationsResolverHost
<
SBTO
extends
BaseSharedBrandToOrganization
,
>
{
createSharedBrandToOrganization
(
input
:
CreateSharedBrandToOrganizationInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
SBTO
>
;
deleteSharedBrandToOrganization
(
input
:
DeleteSharedBrandToOrganizationInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
DeleteSharedBrandToOrganizationPayload
>
;
sharedBrandsToOrganizations
(
input
:
FetchSharedBrandsToOrganizationsInput
,
info
:
GraphQLResolveInfo
,
)
:
Promise
<
IOffsetPaginated
<
SBTO
>
>
;
sharedBrandToOrganization
(
id
:
string
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
SBTO
>
;
syncSharedBrandToOrganization
(
input
:
SyncSharedBrandToOrganizationInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
SBTO
>
;
updateSharedBrandToOrganization
(
input
:
UpdateSharedBrandToOrganizationInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
SBTO
>
;
}
Type Parameters
SBTO
extends
BaseSharedBrandToOrganization
Index
Methods
create
Shared
Brand
To
Organization
delete
Shared
Brand
To
Organization
shared
Brands
To
Organizations
shared
Brand
To
Organization
sync
Shared
Brand
To
Organization
update
Shared
Brand
To
Organization
Methods
create
Shared
Brand
To
Organization
createSharedBrandToOrganization
(
input
:
CreateSharedBrandToOrganizationInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
SBTO
>
Parameters
input
:
CreateSharedBrandToOrganizationInput
ctx
:
IBaseActionContext
Returns
Promise
<
SBTO
>
delete
Shared
Brand
To
Organization
deleteSharedBrandToOrganization
(
input
:
DeleteSharedBrandToOrganizationInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
DeleteSharedBrandToOrganizationPayload
>
Parameters
input
:
DeleteSharedBrandToOrganizationInput
ctx
:
IBaseActionContext
Returns
Promise
<
DeleteSharedBrandToOrganizationPayload
>
shared
Brands
To
Organizations
sharedBrandsToOrganizations
(
input
:
FetchSharedBrandsToOrganizationsInput
,
info
:
GraphQLResolveInfo
,
)
:
Promise
<
IOffsetPaginated
<
SBTO
>
>
Parameters
input
:
FetchSharedBrandsToOrganizationsInput
info
:
GraphQLResolveInfo
Returns
Promise
<
IOffsetPaginated
<
SBTO
>
>
shared
Brand
To
Organization
sharedBrandToOrganization
(
id
:
string
,
ctx
:
IBaseActionContext
)
:
Promise
<
SBTO
>
Parameters
id
:
string
ctx
:
IBaseActionContext
Returns
Promise
<
SBTO
>
sync
Shared
Brand
To
Organization
syncSharedBrandToOrganization
(
input
:
SyncSharedBrandToOrganizationInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
SBTO
>
Parameters
input
:
SyncSharedBrandToOrganizationInput
ctx
:
IBaseActionContext
Returns
Promise
<
SBTO
>
update
Shared
Brand
To
Organization
updateSharedBrandToOrganization
(
input
:
UpdateSharedBrandToOrganizationInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
SBTO
>
Parameters
input
:
UpdateSharedBrandToOrganizationInput
ctx
:
IBaseActionContext
Returns
Promise
<
SBTO
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Shared
Brand
To
Organization
delete
Shared
Brand
To
Organization
shared
Brands
To
Organizations
shared
Brand
To
Organization
sync
Shared
Brand
To
Organization
update
Shared
Brand
To
Organization
@deep/nest-kit
Loading...