File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
docs/update_and_migration/from_3.3 Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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-
175173Some 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
188182TODO: Example with more renamed elements
189183
You can’t perform that action at this time.
0 commit comments