SellerService
Contains methods relating to Seller entities.
constructor
method
(connection: TransactionalConnection, listQueryBuilder: ListQueryBuilder, eventBus: EventBus, customFieldRelationService: CustomFieldRelationService) => SellerServiceinitSellers
method
() => findAll
method
(ctx: RequestContext, options?: ListQueryOptions<Seller>) => Promise<PaginatedList<Seller>>findOne
method
(ctx: RequestContext, sellerId: ID) => Promise<Seller | undefined>create
method
(ctx: RequestContext, input: CreateSellerInput) => update
method
(ctx: RequestContext, input: UpdateSellerInput) => delete
method
(ctx: RequestContext, id: ID) => Promise<DeletionResponse>Was this chapter helpful?