Add `project` filtering argument to the `scaling_groups` strawberry GQL resolver
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 15h 13m
- Merged PRs (30d)
- 368
Description
## Motivation
- The `scaling_groups` query currently only supports filtering by `name` and `is_active`, and does not allow filtering by project. Adding this is necessary to maintain existing functionality
JIRA Issue: BA-3183
Contributor guide
Research direction
Locate the Strawberry GraphQL `scaling_groups` resolver and read how its existing `name` and `is_active` filters are defined. Add support for filtering by `project`, then verify that the `scaling_groups` query returns only groups matching the requested project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100