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