-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataLoader
dependency conflict
#83
Comments
Yeah loosening up those requirements seems okay to me |
Very good! I will get to it. A bit of a sidetrack, but I've noticed while playing around the codebase that attempting to run tests with Absinthe 1.7 fails, most notably I could try to have a better look and maybe fix it in the PR in which I would relax the |
Hi! The bug that causes the error for the link directive was introduced by the absinthe version 1.7 and there's an issue about it: |
Oh right, thanks for letting me know! |
I am closing this issue as it is being addressed 🙏 |
Hi there 👋
I'm having a bit of an issue implementing the library in my project: we use the latest version of DataLoader, which conflict with the requirements for
absinthe_federation
.Would it be possible to allow both version ~> 1.0 and 2.0 as in Absinthe?
It seems OK to me as you're not defining a custom DataLoader protocol anywhere. I'd be happy to implement it if you're ok with it of course.
The text was updated successfully, but these errors were encountered: