Method: GraphQL::InterfaceType#resolve_type
- Defined in:
- lib/graphql/interface_type.rb
#resolve_type(value, ctx) ⇒ Object
46 47 48 |
# File 'lib/graphql/interface_type.rb', line 46 def resolve_type(value, ctx) ctx.query.resolve_type(self, value) end |