Method: GraphQL::Schema::Warden::NullWarden#visible_field?

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

#visible_field?(field_defn, _ctx = nil, owner = nil) ⇒ Boolean

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.

Returns:

  • (Boolean)


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

def visible_field?(field_defn, _ctx = nil, owner = nil); true; end