Skip to content

Releases: mickhansen/graphql-sequelize

v3.0.0-0

16 Sep 09:06
Compare
Choose a tag to compare
v3.0.0-0 Pre-release
Pre-release

This major release changes the general philosophy of the project to rely on batching rather than includes.
Almost all use cases will experience great performance improvements.
There is a minor performance degradation in cases where the query is only one level deep with a single belongsTo relation.

v2.4.0

27 Jul 08:57
Compare
Choose a tag to compare

relay connections now support an after argument for post result manipulation, format of result is {source, args, where, edges, pageInfo}

v2.2.0

07 Jul 11:55
Compare
Choose a tag to compare

Support cache argument for attributeFields to resolve issues with calling attributeFields multiple times on the same Model when Model has an ENUM field.

v2.1.0

14 Jun 15:47
Compare
Choose a tag to compare

Now supports paginating relay connections with MySQL

v2.0.0

12 May 14:50
Compare
Choose a tag to compare

context is king (removes rootValue in favor of context + info)

v1.2.0

12 May 12:13
Compare
Choose a tag to compare

Now supports async before/after

v1.1.0

19 Apr 15:15
Compare
Choose a tag to compare

Now properly supports non-field (expression) orders in relay connections. Thanks to @brad-decker

v1.0.0

18 Apr 11:15
Compare
Choose a tag to compare

Support graphql 0.5.0, context/info changes.
Now follows SEMVER regardless of graphql/graphql-relay not following, so expect bumps often.

v0.23.0

12 Apr 10:51
Compare
Choose a tag to compare

Adds option allowNull to attributeFields

v0.22.0

18 Mar 09:21
Compare
Choose a tag to compare

Adds support for defaultAttributes to resolvers. https://github.com/mickhansen/graphql-sequelize#default-attributes