-
I have an action running through a python lambda that has a response object that looks like this:
This is the logged serialized object right before sending. However in the call in the Hasura console I'm getting this:
The empty commands list is missing. This seems strange since Hasura will return empty lists all the time for array objects that don't return any results, and is clearer to the end user that the expected operation was performed and there's just no data there. It seems either I'm doing something wrong or Hasura is doing some extra unwanted processing to remove empty lists there? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nevermind was a ridiculous oversight on my part (misspelled variable). Can close this. |
Beta Was this translation helpful? Give feedback.
Nevermind was a ridiculous oversight on my part (misspelled variable). Can close this.