-
Notifications
You must be signed in to change notification settings - Fork 38
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
Allow option to conform to Relay spec #338
Comments
@FOSSforlife Making good progress here: #340 |
Hi, what is the status on this? Is there anything we can do to help advance this along sooner, we would love to ship with this feature as part of an upcoming release. |
Hey, I put this on hold to work on various items for Warthog V3. Will dust it off right now and see if I can push it through. |
Would mean the world to us, thank you so much, how could we keep up with that? Please let us know if you crack open a PR or something at some point. |
I worked on it a bunch tonight... Still need to wire things up in BaseService. I can probably finish it up tomorrow night. |
Fantastic! |
Did a bunch more work last night - getting close: #408. Just need one more push. |
One more push got things very close: https://github.com/goldcaddy77/warthog/pull/408/commits . You can start playing with it on branch |
Great, will ask one of our guys to try using it asap and provide feedback. |
@goldcaddy77 I tried to play with it on that branch but I am getting errors. For example, I created a sample model named
Building and installing warthog:
|
I'm working on this now and plan on having this merged in the next few hours. |
Merged: #408 Let me know if this works. You can find usage here:
|
Hopefully, @metmirr can get back to you by Monday ;) |
@goldcaddy77 by following the usage in the tests I was able to create a connection. Now my question is cli is not generating connection related |
Hi, yes for now you do need to create those manually, but we can add an option to auto-generate them pretty easily. Feel free to take a stab. You'll just need to add the additional functions to https://github.com/goldcaddy77/warthog/blob/main/src/schema/TypeORMConverter.ts and call them in https://github.com/goldcaddy77/warthog/blob/main/src/schema/SchemaGenerator.ts |
The text was updated successfully, but these errors were encountered: