-
Notifications
You must be signed in to change notification settings - Fork 2.8k
allow json2graphql db.js to export a function to do async stuff inside #1543
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 json2graphql db.js to export a function to do async stuff inside #1543
Conversation
|
Beep boop! 🤖 Hey @dariocravero, thanks for your PR! One of my human friends will review this PR and get back to you as soon as possible. 🕐 Stay awesome! 😎 |
|
Review app for commit ca67b26 deployed to Heroku: https://hge-ci-pull-1543.herokuapp.com |
|
Review app https://hge-ci-pull-1543.herokuapp.com is deleted |
|
Beep boop! 🤖 Whoa! 🎉 🎉 💃 Awesome work @dariocravero! 💪 🏆 All of us at Hasura ❤️ what you did. Thanks again 🤗 |
|
Not at all! Thanks to all of you for the amazing work you're doing with
Hasura!!! :)
…On Fri 1 Feb 2019, 11:34 hasura-bot ***@***.*** wrote:
Beep boop! 🤖
Whoa! 🎉 🎉 💃
[image: GIF]
<https://camo.githubusercontent.com/22855e5912f4f6cd2d944575e0a0f259c2184702/68747470733a2f2f6d65646961312e74656e6f722e636f6d2f696d616765732f31356165343132613239346266313238663662613765363061613065613865312f74656e6f722e676966>
Awesome work @dariocravero <https://github.com/dariocravero>! 💪 🏆 All
of us at Hasura ❤️ what you did.
Thanks again 🤗
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1543 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAW9zCA9bzwojGj-_5X2eKhf1qKByXwFks5vJCZTgaJpZM4acwOG>
.
|
<!-- The PR description should answer 2 important questions: --> ### What This was added in #1540 by accident, Cargo ignores it, removing. V3_GIT_ORIGIN_REV_ID: 06546990dc8fd72c57c4700b9d874cc3787c71c4
Description
Add the ability to export a function in
json2graphqlas well as an object, so we can await on it.What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
#1488
Solution and Design
If you need to do some asynchronous stuff before exporting your data, you can also export a function:
Type
Checklist: