docs: add limitations note to query filters nested objects section

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7342
GitOrigin-RevId: 181159738f52555b0c8bdcc935da2ac45bb73799
This commit is contained in:
Meet Zaveri 2022-12-21 20:09:12 +05:30 committed by hasura-bot
parent faf9be9d49
commit 66b24014a6
3 changed files with 24 additions and 0 deletions

View File

@ -803,6 +803,14 @@ object relationship or an array of objects related via an array relationship.
- In case of an **array relationship**, a row will be returned if **any of the nested objects** satisfy the defined
condition.
:::caution Limitations
**This is only supported for local relationships**, such as relationships between two local database tables.
**This is not supported for remote relationships**, such as remote database relationships or Remote Schema relationships.
:::
Let's look at a few use cases based on the above:
### Fetch if the single nested object defined via an object relationship satisfies a condition

View File

@ -1007,6 +1007,14 @@ array of objects related via an array relationship.
- In case of an **array relationship**, a row will be returned if
**any of the nested objects** satisfy the defined condition.
:::caution Limitations
**This is only supported for local relationships**, such as relationships between two local database tables.
**This is not supported for remote relationships**, such as remote database relationships or Remote Schema relationships.
:::
Let's look at a few use cases based on the above:
### Fetch if the single nested object defined via an object relationship satisfies a condition

View File

@ -1443,6 +1443,14 @@ array of objects related via an array relationship.
- In case of an **array relationship**, a row will be returned if
**any of the nested objects** satisfy the defined condition.
:::caution Limitations
**This is only supported for local relationships**, such as relationships between two local database tables.
**This is not supported for remote relationships**, such as remote database relationships or Remote Schema relationships.
:::
Let's look at a few use cases based on the above:
### Fetch if the single nested object defined via an object relationship satisfies a condition