Replies: 1 comment
-
+1 for return a psql type feature |
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.
-
As stated in the tile: Why isn't it possible to return a psql type from a custom sql function in hasura? https://www.postgresql.org/docs/9.2/sql-createtype.html
The only alternative I see around this is to create an empty table to return the data directly through hasura or of course a custom action.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions