Alex Vance
Results
2
comments of
Alex Vance
From @tirumaraiselvan's answer: > FYI, the array value can be sent as [Postgres array literal](https://www.postgresql.org/docs/current/arrays.html) which looks like ` "x-hasura-array-val": "{t1,t2,t3}"`. This issue is for supporting the format `[t1,t2,t3]`. Formatting...