Add GraphQL query to fetch list of projects for "clone/move" action
We used to fetch a specific set of projects that can be used for move function specifically.
It looks up projects that have issues feature enabled and ones that user has at least Planner Role:
- https://gitlab.com/gitlab-org/gitlab/blob/ae2d00df53564fed52c2b337ff661bac58dab229/app/finders/autocomplete/move_to_project_finder.rb#L27-27
- https://gitlab.com/gitlab-org/gitlab/blob/ae2d00df53564fed52c2b337ff661bac58dab229/app/models/user.rb#L1462-1462
We may have to add more capabilities to filter down the projects with QGL for this case or create a separate query altogether
Edited by Alexandru Croitor