This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
1.0.1
Features
Bug Fixes
- Logical
or
filter selector was not mapped correctly ingraphback-runtime-mongo
(#2034, fixed by 1ebe7e9) - Logical
or
filter selector was not mapped correctly ingraphback-runtime-knex
(#2034, fixed by 6d43f28) - Logical
or
predicate was not applied correctly increateInMemoryPredicateFilter
(#2034, fixed by 01f9912) - GraphQL Migrations did not read auto-incrementing info from database column (#2017, fixed by 83a80cd)
- Prevent creation of empty
Subscription
,Query
,Mutation
resolver objects (#2073, fixed by 97e8267) - Fix
TypeError: Cannot read property 'page' of undefined
error in CRUDService (#2095 fixed by 5143fb6) - It was not possible to map a
WHERE X IS/IS NOT NULL
query in the Knex query mapper (#2095 fixed by d10e918) - Prevent creation of empty
Subscription
,Query
,Mutation
resolver objects (#2073, fixed by 97e826) - Configure relationship auth rule with field instead of database key (#2101, fixed by 525bc9a)
- Fix
Could not find a declaration file for module 'bson'
error (#2104, fixed by 4f9ce7c) - Add missing interface (#2019, fixed by f46e920)
- Generate schema subscription fields when mutations are disabled (#2114, fixed by 212eb7a)
- Don't create
Query
,Mutation
,Subscription
empty resolver objects (#2122, fixed by faf172d