Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Castro, Mario committed Sep 24, 2024
1 parent b140e9f commit b094289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/06_graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ Using `select` will skip any Read Models migrations that need to be applied to t
:::
:::warning
Support for selecting fields from objects inside arrays is limited to arrays that are at most nested inside another property, e.g., `['category.relatedCategories[].name']`. Selecting fields from arrays that are nested deeper than that (e.g., `['foo.bar.items[].id']`) is not expected to yield the expected results.
Support for selecting fields from objects inside arrays is limited to arrays that are at most nested inside another property, e.g., `['category.relatedCategories[].name']`. Selecting fields from arrays that are nested deeper than that (e.g., `['foo.bar.items[].id']`) will return the entire object.
:::
:::warning
Expand Down

0 comments on commit b094289

Please sign in to comment.