Interface: UserMutateServiceInterface
Extends
CreateOneInterface
<UserCreatableInterface
,UserEntityInterface
>.UpdateOneInterface
<UserUpdatableInterface
&ReferenceIdInterface
,UserEntityInterface
,QueryOptionsInterface
>.ReplaceOneInterface
<UserCreatableInterface
&ReferenceIdInterface
,UserEntityInterface
,QueryOptionsInterface
>.RemoveOneInterface
<UserEntityInterface
,UserEntityInterface
,QueryOptionsInterface
>
Properties
Property | Type | Inherited from |
---|---|---|
create | (object : UserCreatableInterface , options ?: ReferenceQueryOptionsInterface ) => Promise <UserEntityInterface > | CreateOneInterface .create |
remove | (object : UserEntityInterface , options ?: QueryOptionsInterface ) => Promise <UserEntityInterface > | RemoveOneInterface .remove |
replace | (object : UserCreatableInterface & ReferenceIdInterface <string >, options ?: QueryOptionsInterface ) => Promise <UserEntityInterface > | ReplaceOneInterface .replace |
update | (object : UserUpdatableInterface & ReferenceIdInterface <string >, options ?: QueryOptionsInterface ) => Promise <UserEntityInterface > | UpdateOneInterface .update |