You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

graphql-ruby-client

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-ruby-client - npm Package Versions

2345
8

1.14.8

Diff
r
rmosolgo
published 1.14.8 •
r
rmosolgo
published 1.14.7 •
r
rmosolgo
published 1.14.6 •
r
rmosolgo
published 1.14.5 •
r
rmosolgo
published 1.14.4 •
r
rmosolgo
published 1.14.3 •
r
rmosolgo
published 1.14.2 •
r
rmosolgo
published 1.14.1 •
r
rmosolgo
published 1.14.0 •
r
rmosolgo
published 1.13.3 •

Changelog

Source

1.13.3 (6 January 2022)

Deprecations

  • GraphQL::Relay::NodeField and GraphQL::Relay::NodesField are deprecated; use GraphQL::Types::Relay::HasNodesField or GraphQL::Types::Relay::HasNodeField instead. (The underlying field instances require a reference to their owner type, but NodeField and NodesField can't do that, since they're shared instances) #3791

New features

  • Arguments: support required: :nullable to make an argument required to be present, even if it's null #3784
  • Connections: When paginating an AR::Relation, use already-loaded results if possible #3790
  • Tracing: Support DRY::Notifications #3776
  • Improve the error when a Ruby method doesn't support the defined GraphQL arguments #3785
  • Input Objects: call .authorized? on them at runtime #3786
  • Field extensions: add extras(...) for extension-related extras with automatic cleanup #3787

Bug fixes

  • Validation: accept nullable variable types for arguments with default values #3819
  • Validation: raise a better error when a schema receives a query { ... } but has no query root #3815
  • Improve the error message when Schema.get_field can't make sense of the arguments #3815
  • Subscriptions: losslessly serialize Rails 7 TimeWithZone #3774
  • Field Usage analyzer: handle errors from prepare: hooks #3794
  • Schema from definition: fix default values with camelized arguments #3780
2345
8