Releases: TrueCar/graphql-decorate
Releases · TrueCar/graphql-decorate
Fix GQL 2.0 Schema Resolve Bug
Remove unneeded type_class method to ensure graphql 2.0 compatibility
Remove usage of deprecated to_graphql
Plugin instead of field initialization override, bug fixes
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
Releasing graphql-decorate officially with version 1.0.0. It has support for decoration, unscoped, and scoped context.
Pagination before decoration
Pagination now happens before decoration which avoids unnecessary work.
Second test of release workflow
Second test of release workflow with the tag starting with 'v'.
Release to test workflow functionality
Release to test workflow functionality via actions.