class Capsium::Reactor::GraphqlSchema::JsonScalar
Permissive scalar carrying any JSON value (schema-less items, mutation inputs, nested structures).
Public Class Methods
(untyped input_value, untyped _context) → untyped
Source
# File lib/capsium/reactor/graphql_schema.rb, line 21 def self.coerce_input(input_value, _context) = input_value
(untyped ruby_value, untyped _context) → untyped
Source
# File lib/capsium/reactor/graphql_schema.rb, line 23 def self.coerce_result(ruby_value, _context) = ruby_value