backend.ai
backend.ai copied to clipboard
Apply fetcher pattern to `artifact_registry` module
Apply the fetcher pattern to the artifact_registry module under src/ai/backend/manager/api/gql/.
Objective
- Create
fetcher.pyfile for this module - Separate data retrieval logic from resolvers into fetchers
- Rename
resolve_*functions tofetch_*and move them - Move pagination spec helper functions to fetchers
Parent Epic
BA-3494
JIRA Issue: BA-3507