backend.ai icon indicating copy to clipboard operation
backend.ai copied to clipboard

Apply fetcher pattern to `app_config` module

Open jopemachine opened this issue 3 weeks ago • 0 comments

Apply the fetcher pattern to the app_config module under src/ai/backend/manager/api/gql/.

Objective

  • Create fetcher.py file for this module
  • Separate data retrieval logic from resolvers into fetchers
  • Rename resolve_* functions to fetch_* and move them
  • Move pagination spec helper functions to fetchers

Parent Epic

BA-3494

JIRA Issue: BA-3506

jopemachine avatar Dec 19 '25 02:12 jopemachine