Skip to content

Pagination broke on different $first numbers #24402

Discussion options

You must be logged in to vote

Thanks for the interesting question!

All GraphQL queries are given an upper bound of ten seconds to execute or a timeout error occurs. Some nodes are more expensive to query than others and will take more time. This means that some complex queries will be closer to the edge and may require restricting the amount of data you request in order for them to execute successfully. In this case, your query can only request the information from 10 or 11 repositories before it goes across the 10s barrier.

I hope that helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants