Method: GraphQL::Execution::Interpreter::Arguments#keyword_arguments

Defined in:
lib/graphql/execution/interpreter/arguments.rb

#keyword_argumentsHash<Symbol, Object> (readonly)

The Ruby-style arguments hash, ready for a resolver. This hash is the one used at runtime.

Returns:

  • (Hash<Symbol, Object>)


20
21
22
# File 'lib/graphql/execution/interpreter/arguments.rb', line 20

def keyword_arguments
  @keyword_arguments
end