enhancementgood first issuehelp wanted
仓库指标
- 星标
- (4,475 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.jssrc/server/mutations/contact.js
Bonus points for making it work with Firebase reCaptcha.