-
Notifications
You must be signed in to change notification settings - Fork 35
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
A way of passing all models as array #49
Comments
No |
Any plans to add it? |
@koskimas I have a pull request open for this feature (submitted Feb 15th). Seems a reasonable API to have. Any reason why it hasn't been accepted? I also have two other pull requests open that I feel improve the usability of the library. I have the equivalent of this one for subscriptions on my fork but haven't bothered opening a pull request for it. Same story with this feature. I'd like to encourage the growth of this library, as I feel it's a great tool, it's been very beneficial to my work, and I see a lot of potential in it but it seems I might be wasting my time at this point. edit: Upon re-reading, seems this could come off as whiney. I didn't write it with that tone. I was sincerely asking if there's a reason (e.g. not agreeing with the feature, implementation, etc) or if they've simply not been addressed due to a lack of manpower. |
@timhuff I haven't worked on this library in a while now. I can give you direct write access. I closed this issue as a reaction to the four question marks 😄 I'll add you as soon as github lets me (I wrote the wrong password too many times and cannot log in currently) |
@koskimas That'd be great! Thanks! Out of curiosity, what caused you to stop your work on it? Did you stop using objection and/or graphql? Or did you find that the approach wasn't flexible enough for your needs? |
@timhuff Do you have an npm account? I could add you there too so that you can make releases |
Yea, it's the same. |
Thanks again. I'm really looking forward to working on it. |
@timhuff Done. To answer your earlier question, I just never ended up using graphql in any project. Also objection eats up most of my OSS time. |
Is there a way we can pass an array containing all models instead of adding one by one using method chain????
The text was updated successfully, but these errors were encountered: