We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey @rmosolgo 👋 ,
GraphQL::Client::Schema::ObjectType requires "graphql/client/schema/possible_types"
GraphQL::Client::Schema::ObjectType
"graphql/client/schema/possible_types"
graphql-client/lib/graphql/client/schema/object_type.rb
Line 6 in 0980c4c
and GraphQL::Client::Schema::PossibleTypes requires "graphql/client/schema/object_type"
GraphQL::Client::Schema::PossibleTypes
"graphql/client/schema/object_type"
graphql-client/lib/graphql/client/schema/possible_types.rb
Line 5 in 0980c4c
I think we need to fix this. Otherwise warnings like this will appear
/usr/local/bundle/gems/zeitwerk-2.6.13/lib/zeitwerk/kernel.rb:34: warning: /usr/local/bundle/gems/zeitwerk-2.6.13/lib/zeitwerk/kernel.rb:34: warning: loading in progress, circular require considered harmful - /usr/local/bundle/gems/graphql-client-0.21.0/lib/graphql/client/schema/object_type.rb
Thanks best regards
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hey @rmosolgo 👋 ,
GraphQL::Client::Schema::ObjectType
requires"graphql/client/schema/possible_types"
graphql-client/lib/graphql/client/schema/object_type.rb
Line 6 in 0980c4c
and
GraphQL::Client::Schema::PossibleTypes
requires"graphql/client/schema/object_type"
graphql-client/lib/graphql/client/schema/possible_types.rb
Line 5 in 0980c4c
I think we need to fix this. Otherwise warnings like this will appear
Thanks
best regards
The text was updated successfully, but these errors were encountered: