Hasura does not correctly retrieve value for Postgres float4 large numbers (ex: 500000.5).
The value is rounded, instead of returning the real value.
However, if the postgres type is float8, no problem.
Is only float8 type is supported?
The documentation mentions float8, but does not explicitly mention that float4 is not supported.