v0.3.4
路 One min read
- [FIXED] Can't remove on Many-To-Many relations #31
@FilterableField
decorator was not passing arguments correctly to @Field
decorator #20In v0.2.0
the concept of Assemblers
was introduced. Assemblers
allow for converting to and from a DTO/entity that have different fields or computed values.
As of v0.1.0
you can specify relations in your graphql resolvers.
defaultResultSize
- the default number of results to return from a query. See Default PagingmaxResultsSize
- the maximum number of results to return from a query. See Default PagingdefaultSort
- The default sort to apply to queries. See Default SortdefaultFilter
- The default filter to apply to queries. See Default FilterupdateMany
or deleteMany
operations.