Again, as i'm in love with GraphQL and the `pg_gra...
# ideas-and-suggestions
i
Again, as i'm in love with GraphQL and the
pg_graphql
extension, it would be nice if PostgreSQL functions could be exposed in the GraphQL endpoint, like it's done in Hasura (https://hasura.io/docs/latest/graphql/core/databases/postgres/schema/custom-functions/)
I mean, I know that if I create a function that accepts as an input a row of a table, that function gets exposed as a field in the table's graphql schema. What would be nice would be function accepts any as input and gets exposed in the root of the schema between other tables' schema, as Hasura does