exAspArk / graphql-guard

Simple authorization gem for GraphQL :lock:
MIT License
471 stars 36 forks source link

Compatibility with graphql-ruby's new interpreter #28

Closed gopeter closed 5 years ago

gopeter commented 5 years ago

At first, thank you very much for the great gem, it saved us a lot of headaches! I just came across that the new (experimental) interpreter of graphql-ruby 1.9 does not work with graphql-guard (probably because it doesn't call lambdas/procs anymore?). Is there a plan to support the new interpreter in the future?

ghost commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

exAspArk commented 5 years ago

Hey @gopeter,

Sorry for the delayed response. I personally don't plan to add support for the new interpreter while it is in the "Experimental" state to avoid any breaking changes in the gem.

image

However, PRs are always welcome :) So people could start testing the compatibility earlier at their own risk.