GraphQL Pagination #994
mattridley
started this conversation in
Ideas
Replies: 1 comment
-
|
There is no current support for this. The API also wasn't particularly designed to download half the database in one query. We do some attempts to restrict overly broad queries, and I think the only filter being object class should be rejected. If this is a legit use case, curious to hear what you're aiming to do. Was this on your own instance? Internal server error usually produces an exception/traceback in the logs, I'd be curious to see it. Perhaps we need more general query size limits. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
The GraphQL API appears to provide no way to paginate data.
For example to list all
aut-numrecords without arecordLimitan Internal Server Error is returned. However it works when arecordLimitis provided - e.g.Is there a way to page over the results I'm missing, and if not are there any plans to introduce this functionality?
Beta Was this translation helpful? Give feedback.
All reactions