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
Hi,
we found that JSONB fields are generated as Option properties, and upon insertion they are saved a escaped JSON strings, such as "{\"name\":\"abc\"}"
We're using Hasura as GraphQL backend.
Are JSON fields unsupported?
Hi,
we found that JSONB fields are generated as Option properties, and upon insertion they are saved a escaped JSON strings, such as
"{\"name\":\"abc\"}"We're using Hasura as GraphQL backend.
Are JSON fields unsupported?