Skip to content

Commit e7f42d8

Browse files
authored
Update collections.md
1 parent 8841d61 commit e7f42d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

graph/articles/collections.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,3 +320,9 @@ Content-Type: application/json
320320
## 11. Collections of structural types (complex types or primitive types)
321321

322322
Collections of entity types are generally preferable to collections of structual types because collections of structural types must be updated as a single unit, meaning that they are overwritten entirely by new contents, rather than be updated relative to the existing contents.
323+
324+
Sometimes, structural collection properties are added to a type and then scenarios are discovered later that require a collection of entity types. In these cases, there are two options forward:
325+
326+
### 11.1 TODO side-by-side
327+
328+
### 11.2 TODO $select trickery

0 commit comments

Comments
 (0)