docs: update computed-fields.mdx

GITHUB_PR_NUMBER: 9774
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/9774

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9860
Co-authored-by: Valentin Hervieu <2678610+ValentinH@users.noreply.github.com>
GitOrigin-RevId: 853c2a0265c6f5d724ec4aaa308c3df59d5527dd
This commit is contained in:
hasura-bot 2023-07-13 20:45:16 +05:30
parent 70d5a0e168
commit 65316ee5b9

View File

@ -29,9 +29,6 @@ other columns of the table/view and other custom inputs if needed.
Computed fields are only exposed over the GraphQL API and the database schema is not modified on addition of a computed
field.
Additionally, [aggregation queries](/queries/postgres/aggregation-queries.mdx) are **not** currently supported as
computed fields.
:::
### Supported SQL functions