-
Notifications
You must be signed in to change notification settings - Fork 106
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
Promise Namespacing Issue #60
Comments
Your issue doesn't actually explain a problem. If you are doing something like The reason for the difference is more of an implementation detail. The only difference between |
That's exaclty my problem, but it didn't seem resonable to have to validate for both |
I don't know what is making it hard to write code that works for both Doing so will also allow Ideally, I would like to just return |
There is a Namespacing inconsistency in
GraphQL::Batch::Loader
between the Promises returned byload
andload_many
causing them to return different classes.Is there a particular reason for this? I can't seem to reason one.
The text was updated successfully, but these errors were encountered: