Replies: 2 comments
-
I reran my code and could not reproduce the issue! EDIT: after careful checking, I found some apparently duplicate updates but less than 20 out of 12,400 records |
Beta Was this translation helpful? Give feedback.
0 replies
-
After taking one more look, this could be a case of PEBKAC (Problem Exists Between Keyboard And Chair). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a project that requires fetching GHSA vulnerabilities in order to maintain the information in a local database. We are using GraphQL with a query such as:
We use the endCursor value in the reply to fetch the next chunk of 50 until hasNextPage is false.
I noticed a lot of duplicate records in the results when fetching these updates. Perhaps there are changes in some of the fields I am not fetching but the 'updatedAt' value is the same.
If anyone has an idea if I am doing something obviously wrong, I would very much appreciate your feedback.
Beta Was this translation helpful? Give feedback.
All reactions