Module: GraphQL::Schema::BuildFromDefinition::Builder Private

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

Overview

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.

API:

  • private

Constant Summary collapse

NullResolveType =

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

API:

  • private

->(type, obj, ctx) {
  raise(NotImplementedError, "Generated Schema cannot use Interface or Union types for execution.")
}
NullScalarCoerce =

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

API:

  • private

->(val, _ctx) { val }