mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
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:
parent
faf9be9d49
commit
66b24014a6
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user