Skip to content

Commit

Permalink
Merge pull request #5003 from ravangen/remove-InvalidTypeError
Browse files Browse the repository at this point in the history
Remove unused `InvalidTypeError`
  • Loading branch information
rmosolgo authored Jun 28, 2024
2 parents 772c807 + 2e08378 commit 516a2f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion lib/graphql/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require "graphql/schema/base_64_encoder"
require "graphql/schema/find_inherited_value"
require "graphql/schema/finder"
require "graphql/schema/invalid_type_error"
require "graphql/schema/introspection_system"
require "graphql/schema/late_bound_type"
require "graphql/schema/null_mask"
Expand Down
7 changes: 0 additions & 7 deletions lib/graphql/schema/invalid_type_error.rb

This file was deleted.

0 comments on commit 516a2f6

Please sign in to comment.