0.26.0 (2021-04-13)
Bug Fixes
- graphql,auth,#1026: Fixed auth context on deleteMany (3d4efd4)
- graphql,auth,#1026: Fixed renamed export (24b1193)
- graphql,federation,#1051: check for undefined as well (298150a), closes #1051
- graphql,federation,#1051: return null for references (6cb832e), closes #1051
Features
- core: Add new
setRelations
to set oneToMany/manyToMany relations (4c73591) - graphql: Expose setRelations mutation (676a4d5)
- graphql,#1048: added filter-only option to filterable fields (55cb010), closes #1048
- graphql,auth: Pass operation name to authorizer #1026 (4343821)
- graphql,auth,#1026: Added convenience fields to auth context (32df50e), closes #1026
- graphql,auth,#1026: Enable authorization on create methods as well (4c7905e), closes #1026
- mongoose: Implement
setRelations
to set many references (3dc8a84) - sequelize: Implement
setRelations
to set many relations (b0c2d2f) - typegoose: Implement
setRelations
to set many references (4ec5fe0) - typeorm: Implement
setRelations
to set many relations (d1109b7)