7

Post here what should also cover in a Tutrial or if find helpful tutorial.

asked Nov 21, 2019 at 16:26
0

2 Answers 2

1

I have created feedback/contact form with custom fields inserted by Graphql api You can download my code here https://github.com/kaushikrohit54/feedback

mutation {
 createQueryFeedbacks(
 input: {
 name: "Rohit kaushik"
 mobile: "9876543210"
 email: "[email protected]"
 feedback: "This is my feedback or query to admin"
 disclaimer: "Yes"
 }
 )
 {
 feedback_submit {
 entity_id
 name
 mobile
 email
 feedback
 disclaimer
 }
 }
}
answered Oct 29, 2021 at 6:31

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.