Added archived field to resource type
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
What does this MR do and why?
This change adds a new "archived" field to the CI Catalog Resource type in the GraphQL API.
The field indicates whether the project associated with a catalog resource is archived or not. The implementation delegates the "archived" property from the project to the resource model, and updates the GraphQL schema documentation to include this new field.
This allows API users to check the archived status of projects when querying catalog resources.
Related to #537608 (closed)
Edited by Rajendra Kadam