graphql-devise / graphql_devise

GraphQL interface on top devise_token_auth
MIT License
197 stars 36 forks source link

Support graphql v2.1 #257

Closed mcelicalderon closed 10 months ago

mcelicalderon commented 10 months ago

graphql gem released version 2.1 https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md#210-30-aug-2023

This change adds support for the new version of the gem

Resolves #256

mcelicalderon commented 10 months ago

From the test matrix I can tell that the gem works just fine with the new version of the graphql gem 2.1

I just need to fix some other dependencies in the test matrix so I can get a green pipeline

mcelicalderon commented 10 months ago

@00dav00 I will disable older version of the test matrix since there are some dependencies that are not resolving properly. We can fix them after we release the new version. Support for graphql 2.1 didn't fail