lib/graphql/query/null_context.rb in graphql-2.0.2 vs lib/graphql/query/null_context.rb in graphql-2.0.3
- old
+ new
@@ -10,12 +10,9 @@
def visible_enum_value?(ev, ctx); true; end
def visible_type_membership?(tm, ctx); true; end
end
class NullQuery
- def with_error_handling
- yield
- end
end
class NullSchema < GraphQL::Schema
end