Deprecate all non-paginated list queries in GraphQL
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
As our system scale grows, we need to retire non-paginated queries of agents, users, session, kernels and vfolders, where the table size can grow over hundreds and thousands of rows.
- [ ] Add an explicit warning-level logs when they are used.
- [ ] Add deprecation notices to the GraphQL schema.
JIRA Issue: BA-103
Contributor guide
Assessment
This issue has not been assessed yet.