Skip to content

Commit 215a577

Browse files
committed
to_4.0.md: Clean up GraphQL update for partial merge
1 parent c4132d7 commit 215a577

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,20 +170,14 @@ php bin/console ibexa:migrations:migrate
170170

171171
### GraphQL
172172

173-
TODO: Confirm it happens between 3.3 and 4.0
174-
175173
Some property names has changed and your GraphQL queries need to be updated.
176174

177-
TODO: Complete the list of renamed elements
178-
179175
| 3.3 name | 4.0 name |
180176
|:-----------------------------|:--------------------------|
181177
| `id` | `contentId` |
182178
| `_info` | `_contentInfo` |
183179
| `FolderContent` | `FolderItem` |
184180
| `<ContentType>Content` | `<ContentType>Item` |
185-
| `createFolderContent` | `createFolderItem` |
186-
| `create<ContentType>Content` | `create<ContentType>Item` |
187181

188182
TODO: Example with more renamed elements
189183

0 commit comments

Comments
 (0)