Add a `personal` argument to `Query.projects`
Background
For &13066 we want to use the Query.projects
GraphQL query to render the projects in the Personal
tab.
Proposal
Add personal
argument to Query.projects
GraphQL query
Implementation guide
- Add
personal
argument to app/graphql/resolvers/projects_resolver.rb - Pass argument to
ProjectsFinder
which should already support that argument
Edited by Peter Hegman