backend.ai
backend.ai copied to clipboard
Apply fetcher pattern to `app_config` module
Apply the fetcher pattern to the app_config 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-3506