Releases: drizzle-team/drizzle-graphql
Releases · drizzle-team/drizzle-graphql
0.2.4
- Fixed and improved types:
- removed relations field from args
- corrected incorrect non-null check on columns
- made resolver
argspartial
- Turning
Errors intoGraphQLErrors in resolvers - Removed
limitargument from-Singleresolvers - Fixed incorrect data mapping of
JSONfields in inputs - Added tests
Input data mapping fix
- Fixed incorrect input data mapping for
inArray,notInArrayfilters
Entities fix
- Fixed lack of mutation table item type in returned entities in SQLite, PostgreSQL schemas
- Reconfigured dependencies
RQB improvements
- Moved relation args to their respective fields in query
- Removed pagination & order args from one-one relations
- Minor type & code improvements
0.2.0
- Added RQB relations support
- Fixed entities generating types for non-tables in schema
- Various minor improvements & fixes
0.1.1
Added docs