mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs: Stop saying native queries is EE/Cloud only
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9796 GitOrigin-RevId: 84d5c4e4658151e060bdb3c1b227fc3467a8f50d
This commit is contained in:
parent
7f2fa266e6
commit
9cbd29a987
@ -47,9 +47,6 @@ You might find Native Queries useful for many reasons:
|
||||
- Write a compatibility layer around tables, making it easier to change your API without breaking existing clients.
|
||||
- Reduce duplication by moving common data manipulation into one place.
|
||||
|
||||
Native Queries are a Cloud and Enterprise feature of Hasura. Users of Hasura Open-Source can achieve the same goals by
|
||||
[creating and tracking SQL functions](/schema/postgres/custom-functions.mdx).
|
||||
|
||||
:::info Supported features
|
||||
|
||||
Currently, Hasura aggregations are not supported, but you can write the aggregation yourself as part of the query.
|
||||
|
Loading…
Reference in New Issue
Block a user