diff --git a/.changeset/shiny-books-roll.md b/.changeset/shiny-books-roll.md index 4f4a6d32c85..79dcdc1d54b 100644 --- a/.changeset/shiny-books-roll.md +++ b/.changeset/shiny-books-roll.md @@ -2,4 +2,4 @@ "@apollo/client": patch --- -Update `relayStylePagination` to not populate `startCursor` when only a single cursor is present under the edges. Use that cursor only as the `endCursor` +Update `relayStylePagination` to avoid populating `startCursor` when only a single cursor is present under the `edges` field. Use that cursor only as the `endCursor`.