Skip to content

Commit

Permalink
fix: supress caching warning in apollo client
Browse files Browse the repository at this point in the history
  • Loading branch information
bonyuta0204 committed Dec 9, 2023
1 parent e528b0b commit b40d317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/github/pulls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const GET_PULL_REQUESTS = gql(/* GraphQL */ `
$cursor: String
) {
repository(name: $repoName, owner: $repoOwner) {
id
pullRequests(last: $limit, before: $cursor) {
totalCount
edges {
Expand Down

0 comments on commit b40d317

Please sign in to comment.