Module: GraphQL::Schema::BuildFromDefinition::ResolveMap::NullScalarCoerce Private

Defined in:
lib/graphql/schema/build_from_definition/resolve_map.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Class Method Summary collapse

Class Method Details

.call(val, _ctx) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



18
19
20
# File 'lib/graphql/schema/build_from_definition/resolve_map.rb', line 18

def self.call(val, _ctx)
  val
end