Closed wuarmin closed 7 months ago
Hey @rmosolgo :wave: ,
GraphQL::Client::Schema::ObjectType requires "graphql/client/schema/possible_types" https://github.com/github-community-projects/graphql-client/blob/0980c4c437d313727778c844eac97aa54cedd239/lib/graphql/client/schema/object_type.rb#L6
GraphQL::Client::Schema::ObjectType
"graphql/client/schema/possible_types"
and GraphQL::Client::Schema::PossibleTypes requires "graphql/client/schema/object_type" https://github.com/github-community-projects/graphql-client/blob/0980c4c437d313727778c844eac97aa54cedd239/lib/graphql/client/schema/possible_types.rb#L5
GraphQL::Client::Schema::PossibleTypes
"graphql/client/schema/object_type"
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
Hey @rmosolgo :wave: ,
GraphQL::Client::Schema::ObjectType
requires"graphql/client/schema/possible_types"
https://github.com/github-community-projects/graphql-client/blob/0980c4c437d313727778c844eac97aa54cedd239/lib/graphql/client/schema/object_type.rb#L6and
GraphQL::Client::Schema::PossibleTypes
requires"graphql/client/schema/object_type"
https://github.com/github-community-projects/graphql-client/blob/0980c4c437d313727778c844eac97aa54cedd239/lib/graphql/client/schema/possible_types.rb#L5I think we need to fix this. Otherwise warnings like this will appear
Thanks best regards