graphql-ruby-client
Advanced tools
Changelog
1.13.3 (6 January 2022)
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) #3791required: :nullable
to make an argument required to be present, even if it's null
#3784.authorized?
on them at runtime #3786extras(...)
for extension-related extras with automatic cleanup #3787query { ... }
but has no query root #3815Schema.get_field
can't make sense of the arguments #3815prepare:
hooks #3794