Skip to content

Releases: TrueCar/graphql-decorate

Fix GQL 2.0 Schema Resolve Bug

16 Aug 17:24
64547eb
Compare
Choose a tag to compare

Remove unneeded type_class method to ensure graphql 2.0 compatibility

03 May 23:08
97f1356
Compare
Choose a tag to compare

Remove usage of deprecated to_graphql

25 Apr 19:13
12ca871
Compare
Choose a tag to compare

Resolves a deprecation issue: #20

Thanks @dwillett for the fix!

Plugin instead of field initialization override, bug fixes

19 Mar 19:47
1aa676c
Compare
Choose a tag to compare

A plugin now adds extensions to fields as the old way was causing unpredictable behavior and hard to catch bugs. A plugin is now the proper way to include the gem in your schema.

1.0.0 Official Release

10 Mar 00:36
0790423
Compare
Choose a tag to compare

Releasing graphql-decorate officially with version 1.0.0. It has support for decoration, unscoped, and scoped context.

Pagination before decoration

27 Feb 01:28
Compare
Choose a tag to compare

Pagination now happens before decoration which avoids unnecessary work.

Second test of release workflow

26 Feb 21:54
Compare
Choose a tag to compare

Second test of release workflow with the tag starting with 'v'.

Release to test workflow functionality

26 Feb 21:50
Compare
Choose a tag to compare

Release to test workflow functionality via actions.