empty `input` object when using mutation
When using
stack is nodejs + express + reactjs + yarn
Frontend code
Backend code
useQuery I have no issues even with input but when using useMutation. The backend is receiving an empty input. What could be the reason?stack is nodejs + express + reactjs + yarn
Frontend code
Backend code