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