Interface: OrgMutateServiceInterface
Extends
CreateOneInterface<OrgCreatableInterface,OrgEntityInterface>.UpdateOneInterface<OrgUpdatableInterface&ReferenceIdInterface,OrgEntityInterface,QueryOptionsInterface>.ReplaceOneInterface<OrgCreatableInterface&ReferenceIdInterface,OrgEntityInterface,QueryOptionsInterface>.RemoveOneInterface<OrgEntityInterface,OrgEntityInterface,QueryOptionsInterface>
Properties
| Property | Type | Inherited 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 |