GraphQLReferenceMutationscreateFeedbackOn this pagecreateFeedback Create a feedback item for the support or development team. Input feedbackCreateInput Return Type AWSJSON Example mutation SendFeedback { createFeedback(input: { message: "The template editor is great!" feedbackType: FEATURE })} Related FeedbackType enum