Releases: parablesoft/stardust_rails
De-dup the virtual connection types
v0.3.5 Add a check if we already created the meta connection type
0.3.4
Fix for adding apollo federated to interface
0.3.3
Fix for around_execute. Can now use this in the stardust initializer to run code around the execute.
0.3.2
Update the graphql name of PageInfo
so we don't interfere with other implementations out of the box
0.3.1
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
Update to graphql-ruby version v1.10 and dependent libs.
0.2.4
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
v0.2.3 version bump
Fix to graphql_name rescue
Merge pull request #6 from parablesoft/fix/graphql_name_rescue Updated exception
0.2.0
Fix support of extended fields in federated schema.