enhancementgood first issuehelp wanted
Repository metrics
- Stars
- (4,475 stars)
- PR merge metrics
- (30d に merged 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.