We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6a51f commit 1981315Copy full SHA for 1981315
docs/update_and_migration/from_3.3/to_4.0.md
@@ -175,7 +175,7 @@ Some GraphQL property names have changed. Adapt your queries according to the ta
175
| 3.3 name | 4.0 name |
176
|:--------------------------------------------------|:--------------------------------------------|
177
| `id` argument | `contentId` argument |
178
-| `_info` | `_contentInfo` |
+| `_info` content item property | `_contentInfo` content item property |
179
| `<ContentType>Content` (example: `FolderContent`) | `<ContentType>Item` (example: `FolderItem`) |
180
181
Example of an updated query:
0 commit comments