Refactor #26528
graphql: refactor AuthorizedModelQuery into a resolver
Description
The AuthorizedModelQuery class in our graphql codebase should ideally be integrated into a resolver for cleaner code and to follow graphql best practices.
Related issues
Associated revisions
History
#1
Updated by Timo Goebel almost 4 years ago
- Related to Tracker #22109: Foreman should support a graphql api added
#2
Updated by The Foreman Bot almost 4 years ago
- Assignee set to Timo Goebel
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6652 added
#3
Updated by Tomer Brisker almost 4 years ago
- Fixed in Releases 1.22.0 added
#4
Updated by Timo Goebel almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 305ee6f0351657ba10e1033808437438d60fe150.
fixes #26528 - graphql: refactor AuthorizedModelQuery to resolver