Releases: IlyaSemenov/graphql-orm
Releases · IlyaSemenov/graphql-orm
v4.2.1
4.2.1 (2022-04-27)
Bug Fixes
- allow filter by boolean value (0a697a5)
v4.2.0
4.2.0 (2022-04-16)
Features
- pass resolve tree to modifiers (closes #4) (1cc5d16)
v4.1.2
4.1.2 (2022-04-16)
Bug Fixes
Performance Improvements
- types: get rid of outdated hack (55192c1)
v4.1.1
4.1.1 (2022-04-08)
Bug Fixes
- add typings for resolver/query context (68d7d1f)
v4.1.0
4.1.0 (2022-04-08)
Bug Fixes
- compatibility with objection 3 (7b5fc03)
Features
v4.0.3
4.0.3 (2022-02-10)
Performance Improvements
- replace rollup with tsup, publish source code (87a5456)
v4.0.2
4.0.2 (2021-06-23)
Bug Fixes
- prevent crash on models without relationMappings (117ada8)
v4.0.1
4.0.1 (2021-06-04)
Bug Fixes
- support optional GraphQL arguments in filter (735fc9d)
v4.0.0
4.0.0 (2021-01-16)
Code Refactoring
- separate RelationResolver and FieldResolver (8d74f04)
BREAKING CHANGES
- FieldResolver no more accepts
filter
and paginate
, use RelationResolver for relations.
v3.0.0
3.0.0 (2021-01-11)
Code Refactoring
BREAKING CHANGES
- Completely different usage API. Please refer to the updated README.
- Drop support for
graphql.*
model modifiers (use ModelResolver/FieldResolver API)
- Nested filters are taken from nested fields args, not from root args subfields