Skip to content

Releases: parablesoft/stardust_rails

De-dup the virtual connection types

27 Sep 20:48
Compare
Choose a tag to compare
v0.3.5

Add a check if we already created the meta connection type

0.3.4

18 Jun 05:27
Compare
Choose a tag to compare

Fix for adding apollo federated to interface

0.3.3

05 Jun 21:36
661a78d
Compare
Choose a tag to compare

Fix for around_execute. Can now use this in the stardust initializer to run code around the execute.

0.3.2

03 Jun 21:33
Compare
Choose a tag to compare

Update the graphql name of PageInfo so we don't interfere with other implementations out of the box

0.3.1

03 Jun 21:15
Compare
Choose a tag to compare

Add ability to specify a connection type as follows:

field :isolates, [:isolate], null: false, connection: true

which will automatically build out relay pagination as specified here: https://graphql-ruby.org/relay/connections.html

0.3.0

16 Apr 20:11
Compare
Choose a tag to compare

Update to graphql-ruby version v1.10 and dependent libs.

0.2.4

18 Feb 21:10
Compare
Choose a tag to compare

Update to support graphql-ruby breaking change:
GraphQL::Schema::Resolver#initialize accepts a new keyword argument, field:. If you have overriden this method, you'll have to add that keyword to your argument list (and pass it along to super.) #2605

0.2.3

10 Dec 04:25
Compare
Choose a tag to compare
v0.2.3

version bump

Fix to graphql_name rescue

14 Nov 18:17
448b467
Compare
Choose a tag to compare
Merge pull request #6 from parablesoft/fix/graphql_name_rescue

Updated exception

0.2.0

28 Sep 02:52
Compare
Choose a tag to compare

Fix support of extended fields in federated schema.