Method: GraphQL::Schema::Warden::NullWarden#fields

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

#fields(type_defn) ⇒ 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



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

def fields(type_defn); type_defn.all_field_definitions; end