module GraphQL::Schema::Member::HasUnresolvedTypeError
def add_unresolved_type_error(child_class)
def add_unresolved_type_error(child_class) child_class.const_set(:UnresolvedTypeError, Class.new(GraphQL::UnresolvedTypeError)) end
def add_unresolved_type_error(child_class) child_class.const_set(:UnresolvedTypeError, Class.new(GraphQL::UnresolvedTypeError)) end