class SearchObject::Plugin::Graphql::NotIncludedInResolverError
Public Class Methods
new(base)
click to toggle source
Calls superclass method
# File lib/search_object/plugin/graphql.rb, line 51 def initialize(base) super "#{base.name} should inherit from GraphQL::Schema::Resolver. Current ancestors #{base.ancestors}" end