Skip to content

Commit cfeed11

Browse files
adriendupuismnocon
andauthored
Apply suggestions from code review
Co-authored-by: Marek Nocoń <[email protected]>
1 parent 8c249d5 commit cfeed11

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/update_and_migration/from_4.6/update_to_5.0.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,10 +1046,11 @@ php bin/console ibexa:graphql:generate-schema
10461046

10471047
### Upgrade GraphQL usage
10481048

1049-
- In 4.6, `relations` pagination is disabled by default, and can be enabled thanks to `ibexa.graphql.schema.ibexa_object_relation_list.enable_pagination` parameter
1050-
- In 5.0, pagination is always activated and can't be disabled (the previous parameter doesn't exist anymore and is ignored from config)
1049+
- In 4.6, pagination for [RelationList field type](relationlistfield.md) is disabled by default, and can be enabled using the `ibexa.graphql.schema.ibexa_object_relation_list.enable_pagination` parameter
1050+
- In 5.0, pagination for RelationList field type is always activated and can't be disabled. The previous parameter doesn't exist anymore and is ignored if set
10511051

1052-
If you have code based on `relations` request returning the entire list, you have to update it, see [Pagination in GraphQL](graphql_queries.md#pagination).
1052+
If you have code based on `relations` request returning the entire list, you have to update it.
1053+
For more information, see [Pagination in GraphQL](graphql_queries.md#pagination).
10531054

10541055
### Update search indexes
10551056

0 commit comments

Comments
 (0)