khamusa / rspec-graphql_matchers

Collection of rspec matchers to test your graphQL api schema.
MIT License
145 stars 49 forks source link

Support graphql 2.0 #45

Open anark opened 2 years ago

anark commented 2 years ago

Currently this gem does not support the latest graphql 2.0.

To fix this would need to be merged to resolve https://github.com/khamusa/rspec-graphql_matchers/issues/42 and the gemspec would need to be updated to allow for compatibility with graphql < 3.0 and a release would need to be made.

Can we please get an update so this can be used with graphql 2.0

djberg96 commented 2 years ago

Yes, please. :)

arslantkxel commented 2 years ago

Is there any update on this? Still latest version is not supported with graphql 2.0.

khamusa commented 1 year ago

I apologize for the long delay. I have published a release candidate for 2.0 support. It required a bit more effort to get it compatible with the latest version. Please check the changelog for version 1.4.0 and 2.0.0-rc.0 for details.

I'll promote the RC version to 2.0 if no issues are reported.

d4rky-pl commented 1 year ago

@khamusa there's already graphql-ruby 2.1.0, any updates?

javoweb commented 10 months ago

@d4rky-pl Did you find any issue using the rc version with graphql-ruby 2.1? I'm using it and didn't find any.