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
Wondering if this gem is still being actively maintained. Since there is a pull request (#13) to fix this, could we get eyes from this gem's maintainer?
GraphQL::Schema.execute
uses keyword args, but theexecute_graphql
helper passes them as a hash.I think this works fine in Ruby 2.6, but Ruby 3 no longer converts hashes to keyword args automatically, and instead I see this error:
For the moment I am using the following work around:
The text was updated successfully, but these errors were encountered: