The facade contains common functions for storage and retrieval of entities from a repository.
- countEntities
- createEntity
- getEntities
- getEntity
- replaceEntity
- patchEntity
- removeEntities
- removeEntity
This package also contains some utility functions outside of the Facade that you might find useful.
- convertPropertyFilter
- createCursorFromEntity
- createCursorsFromEntities
- createGetEntitiesResult
- createPaginationFilter
The facade in this package is a TypeScript interface, but concrete implementations of the interface are listed below.