Skip to content

Commit 843d28e

Browse files
committed
to_4.0.md: Add few more renamed elements
1 parent d6b4326 commit 843d28e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/update_and_migration/from_3.3/to_4.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,14 @@ For example, <code>$criterion='locationId: 2';</code></td></tr>
242242
</td><td class="compare">
243243
```
244244
{
245-
item ($criterion) {
246-
... on FolderContent {
245+
item (locationId: 2) {
246+
... on FolderItem {
247247
name
248248
}
249-
... on LandingPageContent {
249+
... on LandingPageItem {
250250
name
251251
}
252-
... on ArticleContent {
252+
... on ArticleItem {
253253
title
254254
intro {
255255
html5

0 commit comments

Comments
 (0)