You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following Error when calling a mutation with all arguments without a value.
As soon as I set at least one variable, the mutation works.
error: syntax error at or near ")"
at Connection.parseE (/usr/local/lib/node_modules/postgraphql/node_modules/pg/lib/connection.js:539:11)
at Connection.parseMessage (/usr/local/lib/node_modules/postgraphql/node_modules/pg/lib/connection.js:366:17)
at Socket.<anonymous> (/usr/local/lib/node_modules/postgraphql/node_modules/pg/lib/connection.js:105:22)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:177:18)
at Socket.Readable.push (_stream_readable.js:135:10)
at TCP.onread (net.js:542:20)
POST / 200 79.240 ms - -
The text was updated successfully, but these errors were encountered:
I get the following Error when calling a mutation with all arguments without a value.
As soon as I set at least one variable, the mutation works.
The text was updated successfully, but these errors were encountered: