Replies: 1 comment 5 replies
-
Hey @eliawk , if If that's empty too, turn on WPGraphQL debugging (and WordPress's debug log as well), and share any messages you're getting in the GraphQL response or your |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using apollo to send a mutation:
const [submitForm, { data, loading }] = useMutation(SUBMIT_FORM)
but I get back empty confirmation and entry, and no submissions appears on Wordpress backend.
why this happen?
tx
Beta Was this translation helpful? Give feedback.
All reactions