Module: GraphQLSchema::WithArgs
Instance Method Summary collapse
Instance Method Details
#args ⇒ Object
38 39 40 |
# File 'lib/graphql_schema.rb', line 38 def args @args ||= @hash.fetch('args').map{ |arg_hash| InputValue.new(arg_hash) } end |