Method: GraphQL::Schema::Warden::NullWarden#get_field

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

#get_field(parent_type, field_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.



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

def get_field(parent_type, field_name); @schema.get_field(parent_type, field_name); end