Method: GraphQL::Schema::Warden::NullWarden#reachable_type?

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

#reachable_type?(type_name) ⇒ Boolean

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.

Returns:

  • (Boolean)


111
# File 'lib/graphql/schema/warden.rb', line 111

def reachable_type?(type_name); true; end