module GraphQL::ScalarType::NoOpCoerce

def self.call(val, ctx)

def self.call(val, ctx)
  val
end