We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a GraphQL mutation that will be used on the Contact Us page and Send Feedback modal dialog. For example:
mutation { sendMessage(input: { type: FEEDBACK, message: "Hello world!", email: "user@example.com" }) }
src/mutations/SendMessage.js
src/server/mutations/contact.js
Bonus points for making it work with Firebase reCaptcha.
The text was updated successfully, but these errors were encountered:
@koistya is this issue still open ? if it is i would be happy to contribute.
Sorry, something went wrong.
@Yahyakiani yep, that would ge great!
No branches or pull requests
Add a GraphQL mutation that will be used on the Contact Us page and Send Feedback modal dialog. For example:
See
src/mutations/SendMessage.js
src/server/mutations/contact.js
Bonus points for making it work with Firebase reCaptcha.
The text was updated successfully, but these errors were encountered: