Resolve "lists the groups to where projects can be transferred to, on `User.groups` GraphQL endpoint"
requested to merge 366402-expose-an-api-endpoint-that-lists-the-locations-to-where-a-given-project-can-be-transferred into master
What does this MR do and why?
For #366402 (closed), originating from the discussion in #296817 (comment 1006207461).
Currently, the Project transfer
locations is being coded in HAML:
But, we need to move this to a Vue component that obtains the data from a GraphQL API so that we can bring further improvements to this area (see !90127 (merged))
So, as first step, we are exposing the details of "groups accepting project transfer for the current user" via the GraphQL API.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Manoj M J