You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey if anyone is interested, I might invest some more time into this and add some more useful features. If anyone has any requests in particular please leave a comment below :)
The text was updated successfully, but these errors were encountered:
I imagine people would want to use this because they are still working out how to use absinthe. Maybe a quick example that walks through how to use this to generate a simple graphql api would be cool. Also #4 (comment)!
I’m not sure if you’re still looking for ideas but I came across this project after considering building something similar. The main difference, however, would be instead of providing a single GraphQL type at a time it could accept a full .graphql file with an entire schema defined. That way users, or even non-technical product owners, could define their entire GraphQL schema in a single file and feed that to the generator and create the entire project.
I’m not sure how tricky relations would be, but otherwise it should be straightforward with a decent GraphQL parser. In addition, I was thinking of adding dataloader support too but that could be in a future version.
Let me know where you are at with this project, I have some other ideas as well!
Hey if anyone is interested, I might invest some more time into this and add some more useful features. If anyone has any requests in particular please leave a comment below :)
The text was updated successfully, but these errors were encountered: