Skip to content

Releases: drizzle-team/drizzle-graphql

0.2.4

08 Apr 19:27
8418e8f

Choose a tag to compare

  • Fixed and improved types:
    • removed relations field from args
    • corrected incorrect non-null check on columns
    • made resolver args partial
  • Turning Errors into GraphQLErrors in resolvers
  • Removed limit argument from -Single resolvers
  • Fixed incorrect data mapping of JSON fields in inputs
  • Added tests

Input data mapping fix

04 Apr 13:12
571e335

Choose a tag to compare

  • Fixed incorrect input data mapping for inArray, notInArray filters

Entities fix

03 Apr 08:24
397edbc

Choose a tag to compare

  • Fixed lack of mutation table item type in returned entities in SQLite, PostgreSQL schemas
  • Reconfigured dependencies

RQB improvements

28 Mar 05:12
fc35226

Choose a tag to compare

  • Moved relation args to their respective fields in query
  • Removed pagination & order args from one-one relations
  • Minor type & code improvements

0.2.0

27 Mar 04:12
2bcb78a

Choose a tag to compare

  • Added RQB relations support
  • Fixed entities generating types for non-tables in schema
  • Various minor improvements & fixes

0.1.1

20 Mar 06:58
8b0ddb6

Choose a tag to compare

Added docs