Method: GraphQL::Types::JSON.coerce_result

Defined in:
lib/graphql/types/json.rb

.coerce_result(value, _context) ⇒ Object



20
21
22
# File 'lib/graphql/types/json.rb', line 20

def self.coerce_result(value, _context)
  value
end