We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14aae9 commit d93dd44Copy full SHA for d93dd44
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changes
2
3
+## v1.0.0-alpha.22
4
+
5
+ * Fix bug where if an update mutation was called that did not locate
6
+ a row, we'd still try and extract the PKs.
7
8
## v1.0.0-alpha.21
9
10
* Really fix `updateByNodeId`. Thanks for the report @ken0x0a!
package.json
@@ -1,6 +1,6 @@
{
"name": "postgraphile-plugin-nested-mutations",
- "version": "1.0.0-alpha.22",
+ "version": "1.0.0-alpha.23",
"description": "Nested mutations plugin for PostGraphile",
"main": "index.js",
"repository": {
0 commit comments