Module: GraphQL::ScalarType::NoOpCoerce
- Defined in:
- lib/graphql/scalar_type.rb
Class Method Summary collapse
Class Method Details
.call(val, ctx) ⇒ Object
66 67 68 |
# File 'lib/graphql/scalar_type.rb', line 66 def self.call(val, ctx) val end |