You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was causing a double require which resulted in warnings:
```
(…)/query_complexity.rb:22: warning: already initialized constant GraphQL::Analysis::AST::QueryComplexity::ScopedTypeComplexity::HASH_CHILDREN
(…)/query_complexity.rb:22: warning: previous definition of HASH_CHILDREN was here
```
0 commit comments