Add sendMessage() mutation
koistya opened this issue · 2 comments
koistya commented
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" })
}
See
src/mutations/SendMessage.js
src/server/mutations/contact.js
Bonus points for making it work with Firebase reCaptcha.
Yahyakiani commented
@koistya is this issue still open ? if it is i would be happy to contribute.
koistya commented
@Yahyakiani yep, that would ge great!