API Reference
Rockets Core API
nestjs-org
interfaces
OrgMutateServiceInterface

Interface: OrgMutateServiceInterface

Extends

Properties

PropertyTypeInherited from
create(object: OrgCreatableInterface, options?: ReferenceQueryOptionsInterface) => Promise<OrgEntityInterface>CreateOneInterface.create
remove(object: OrgEntityInterface, options?: QueryOptionsInterface) => Promise<OrgEntityInterface>RemoveOneInterface.remove
replace(object: OrgCreatableInterface & ReferenceIdInterface<string>, options?: QueryOptionsInterface) => Promise<OrgEntityInterface>ReplaceOneInterface.replace
update(object: OrgUpdatableInterface & ReferenceIdInterface<string>, options?: QueryOptionsInterface) => Promise<OrgEntityInterface>UpdateOneInterface.update