Skip to content

Commit 9db63bf

Browse files
committed
feat(Arguments) easier inspection
1 parent e267450 commit 9db63bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/query/arguments.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize(ast_arguments, argument_hash, variables)
1313
end
1414
end
1515

16-
def_delegators :@hash, :keys, :values
16+
def_delegators :@hash, :keys, :values, :inspect, :to_h
1717

1818
def [](key)
1919
@hash[key.to_s]

0 commit comments

Comments
 (0)