Module: GraphQL::ScalarType::NoOpCoerce

Defined in:
lib/graphql/scalar_type.rb

Class Method Summary collapse

Class Method Details

.call(val, ctx) ⇒ Object



42
43
44
# File 'lib/graphql/scalar_type.rb', line 42

def self.call(val, ctx)
  val
end