module GraphQL::Schema::BuildFromDefinition::ResolveMap::NullScalarCoerce

Public Class Methods

call(val, _ctx) click to toggle source
# File lib/graphql/schema/build_from_definition/resolve_map.rb, line 18
def self.call(val, _ctx)
  val
end