File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/update_and_migration/from_3.3 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ php bin/console ibexa:migrations:migrate
170170
171171### GraphQL
172172
173- Some property names has changed and your GraphQL queries need to be updated .
173+ Some GraphQL property names have changed. Adapt your queries according to the table below .
174174
175175| 3.3 name | 4.0 name |
176176| :-----------------------------| :--------------------------|
@@ -179,7 +179,7 @@ Some property names has changed and your GraphQL queries need to be updated.
179179| ` FolderContent ` | ` FolderItem ` |
180180| ` <ContentType>Content ` | ` <ContentType>Item ` |
181181
182- Example of updated query
182+ Example of an updated query:
183183
184184<table >
185185<thead ><tr ><th scope =" col " >3.3</th ><th scope =" col " >4.0</th ></tr ></thead >
@@ -213,7 +213,7 @@ Example of updated query
213213
214214While revisiting GraphQL queries, you may consider the new feature ` item `
215215allowing to fetch a content item without knowing its content type.
216- For more information, see [ Get a content item] ( graphql_queries.md#get-a-content-item )
216+ For more information, see [ Get a content item] ( graphql_queries.md#get-a-content-item ) .
217217
218218### Back office customization
219219
You can’t perform that action at this time.
0 commit comments