Open swthate opened 5 years ago
Has anyone else here experienced any similar issues when attempting basic mutations in 2.0.0 beta?
Yes, I'm seeing this too. I can update fine when providing the id of an existing entry, but trying to add a new entry returns the same result. I guess it's because the insert is failing and so then when the attempt to return results happens it finds nothing and throws this message. So what is actually going on is upserting is failing for some (validation?) reason.
CraftQL: ~2@dev Craft: 3.1.18
I'm attempting a pretty straightforward mutation query:
And I get the following error:
The same mutation works fine in 1.3.1
Error message from
storage/logs/web.log
:Stack trace:
(Sorry about changing the name of the issue a couple times. Just wanted to keep it relevant after finding out more about the issue!)