module GraphQL::ScalarType::NoOpCoerce

Public Class Methods

call(val, ctx) click to toggle source
# File lib/graphql/scalar_type.rb, line 65
def self.call(val, ctx)
  val
end