Skip to content

Commit

Permalink
Merge pull request #23 from wuarmin/fix_circular_dep
Browse files Browse the repository at this point in the history
Remove require of "graphql/client/schema/possible_types" at ObjectType.
  • Loading branch information
rmosolgo authored Apr 10, 2024
2 parents 0980c4c + c1e5143 commit 73ec053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graphql/client/schema/object_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
require "graphql/client/error"
require "graphql/client/errors"
require "graphql/client/schema/base_type"
require "graphql/client/schema/possible_types"

module GraphQL
class Client
Expand Down

0 comments on commit 73ec053

Please sign in to comment.