The constructor of this class.
Find one TDocument
instance in the database and use
a query based on the Queryable class.
The query configuration with sort
, order
, pageNumber
, pageSize
.
The resulting states
document.
This method updates exactly one document in a collection. The
query is build using getQueryConfig and can thereby use
any columns of the document.
The query configuration with sort
, order
, pageNumber
, pageSize
.
The fields or data that has to be updated (will be added to $set: {}
).
The updated states
document.
Generated using TypeDoc
The main service for the state module. Responsible for querying and saving states of the application.
v0.1.0