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