Tags: octokit/plugin-paginate-graphql.js
Tags
fix: add `null` check in `deepFindPathToProperty` function (#137) Implement null check for the 'findPaginatedResourcePath' function Previously the `deepFindPathToProperty` function would occasionally fail with `TypeError: Cannot read properties of null (reading 'hasOwnProperty')`. This change fixes that by adding a null check to the `findPaginatedResourcePath` function. Resolves #58
fix(types): export `paginateGraphQLInterface` (#200) This resolves issues in consumers of this package getting errors from TypeScript ``` The inferred type of 'Octokit' cannot be named without a reference to '@octokit/core/node_modules/@octokit/graphql/types'. This is likely not portable. A type annotation is necessary. ```
feat: v5 (#175) * maint: spelling (#167) Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> BREAKING CHANGE: change spelling of `paginateGraphql` export to `paginateGraphQL` * feat: package is now ESM BREAKING CHANGE: package is now ESM * fix: add return type annotation --------- Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
PreviousNext