Method: GraphQL::Types::JSON.coerce_input

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

.coerce_input(value, _context) ⇒ Object



16
17
18
# File 'lib/graphql/types/json.rb', line 16

def self.coerce_input(value, _context)
  value
end