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

Apply fetcher pattern to `artifact_registry` module

Open jopemachine opened this issue 4 weeks ago • 0 comments

Apply the fetcher pattern to the artifact_registry 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-3507

jopemachine avatar Dec 19 '25 02:12 jopemachine