Skip to content

Commit

Permalink
removed unused cursors in gql files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jul 23, 2024
1 parent f5a8ce6 commit b174894
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/github/queries/IssueList.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ query Issues($cursor: String, $owner: String!, $repo: String!) {
}
pageInfo {
endCursor
startCursor
hasNextPage
hasPreviousPage
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions src/github/queries/PullRequestList.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ query PullRequests($cursor: String, $owner: String!, $repo: String!) {
}
pageInfo {
endCursor
startCursor
hasNextPage
hasPreviousPage
}
}
}
Expand Down

0 comments on commit b174894

Please sign in to comment.