API Reference
Rockets Core API
nestjs-user
interfaces
UserMutateServiceInterface

Interface: UserMutateServiceInterface

Extends

Properties

PropertyTypeInherited 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