Replies: 1 comment
-
Logged as a bug #9840 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a native query for a table. I can query this table in Hasura, and my JSON result contains string and numeric types as expected.
I've created a logical model for a result set for this same data, which contains string, int64, float64 and timestamp types.
Querying via the native query / logical model results in all non-null fields being returned as string types.
I do not have the same issues with NQ/LM on my Postgres database.
Beta Was this translation helpful? Give feedback.
All reactions