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