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
When doing update, insert or delete mutations and requesting a JSONB field inside the returning field, it will either return as JSON or as a String depending on whether I request some nested field or not.
Example without nested field (area is the JSONB field):
I'm on version 1.0.0 of Hasura, and while I found a PR (#3375) which seems to tackle this exact problem and that I think has been merged in this version already, I'm still seeing this behaviour...
The text was updated successfully, but these errors were encountered:
@fvieira PR (#3375) fixes this issue as you mentioned. This fix has been merged to master but has not made it to a release yet. This will be going out in v1.1.0 which should be released quite soon.
You're right, I misread the git history, the PR was merged to master before the 1.0.0 release, but the release didn't include it, sorry for the confusion.
When doing
update
,insert
ordelete
mutations and requesting a JSONB field inside thereturning
field, it will either return as JSON or as a String depending on whether I request some nested field or not.Example without nested field (area is the JSONB field):
Example with nested field:
I'm on version 1.0.0 of Hasura, and while I found a PR (#3375) which seems to tackle this exact problem and that I think has been merged in this version already, I'm still seeing this behaviour...
The text was updated successfully, but these errors were encountered: