Closed SeppahBaws closed 1 month ago
Latest commit: 08cdc95aaa8ddc8555024ae33bc34b8924c225c6
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Name | Link |
---|---|
Latest commit | 08cdc95aaa8ddc8555024ae33bc34b8924c225c6 |
Latest deploy log | https://app.netlify.com/sites/houdini-docs-next/deploys/66fc4729aec2e200084cf587 |
Name | Link |
---|---|
Latest commit | 08cdc95aaa8ddc8555024ae33bc34b8924c225c6 |
Latest deploy log | https://app.netlify.com/sites/houdinigraphql/deploys/66fc47295994f80008d24f65 |
This fixes a subtle bug that crept in with #1352, where the return types for
loadNextPage
andloadPreviousPage
becamePromise<QueryResult<_Data, _Input> | undefined>
instead of thePromise<QueryResult<_Data, _Input>>
as defined by theCursorHandlers
type.To help everyone out, please make sure your PR does the following:
pnpm run tests
andcd integration && pnpm run tests
pnpm changeset