Replies: 1 comment
-
I'll think about this. Thanks for the idea! This data structure should probably be implemented like an indexed array with cache. If you could provide an example on how it would be used, please do |
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
-
I'm looking for a library to use when querying GitHub's GraphQL interface.
One of the issues we will have is long lists. Those will require dealing with GraphQL pagination. I'd love to have an interface which handles the boilerplate of iterating through a long list until the end, giving us a single (huge) data structure as a result. Has there been any talk of adding de-pagination support to this pygraphic?
Beta Was this translation helpful? Give feedback.
All reactions