Method: GraphQL::Schema::Warden::NullWarden#visible_type?
- Defined in:
- lib/graphql/schema/warden.rb
#visible_type?(type_defn, _ctx = 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.
98 |
# File 'lib/graphql/schema/warden.rb', line 98 def visible_type?(type_defn, _ctx = nil); true; end |