mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
9fe6070663
Instead of 'WITH some_alias (SELECT * from some_func()) SELECT <rows> FROM some_alias' for SQL function queries, Use 'SELECT <rows> FROM some_func() AS some_alias' |
||
---|---|---|
.. | ||
Select | ||
Count.hs | ||
Delete.hs | ||
Insert.hs | ||
Internal.hs | ||
Mutation.hs | ||
Returning.hs | ||
Select.hs | ||
Update.hs |