Skip to content

Commit 1981315

Browse files
authored
Update docs/update_and_migration/from_3.3/to_4.0.md
1 parent 6b6a51f commit 1981315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Some GraphQL property names have changed. Adapt your queries according to the ta
175175
| 3.3 name | 4.0 name |
176176
|:--------------------------------------------------|:--------------------------------------------|
177177
| `id` argument | `contentId` argument |
178-
| `_info` | `_contentInfo` |
178+
| `_info` content item property | `_contentInfo` content item property |
179179
| `<ContentType>Content` (example: `FolderContent`) | `<ContentType>Item` (example: `FolderItem`) |
180180

181181
Example of an updated query:

0 commit comments

Comments
 (0)