Skip to content

Commit 8841d61

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

graph/articles/collections.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,7 @@ Content-Type: application/json
316316
"value": []
317317
}
318318
```
319+
320+
## 11. Collections of structural types (complex types or primitive types)
321+
322+
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.

0 commit comments

Comments
 (0)