Method: GraphQL::Schema::Warden::NullWarden#reachable_types
- Defined in:
- lib/graphql/schema/warden.rb
#reachable_types ⇒ 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.
rubocop:disable Development/ContextIsPassedCop
112 |
# File 'lib/graphql/schema/warden.rb', line 112 def reachable_types; @schema.types.values; end |