Add archived field to GroupType and GroupChildEntity
What does this MR do and why?
Updates the GraphQL schema and serializer to include an archived field for both Group and Project types. The archived field uses the self_or_ancestors_archived? method to determine if a group or project is archived based on its own status or any ancestor's archived status.
References
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #481974 (closed)