Method: GraphQL::Schema::Warden::NullWarden#get_type
- Defined in:
- lib/graphql/schema/warden.rb
#get_type(type_name) ⇒ 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
102 |
# File 'lib/graphql/schema/warden.rb', line 102 def get_type(type_name); @schema.get_type(type_name); end |