lib/graphql/execution/interpreter/arguments.rb in graphql-1.10.8 vs lib/graphql/execution/interpreter/arguments.rb in graphql-1.10.9

- old
+ new

@@ -6,9 +6,10 @@ # A wrapper for argument hashes in GraphQL queries. # # @see GraphQL::Query#arguments_for to get access to these objects. class Arguments extend Forwardable + include GraphQL::Dig # The Ruby-style arguments hash, ready for a resolver. # This hash is the one used at runtime. # # @return [Hash<Symbol, Object>]