Expose queries over a users merge requests
We expose the graph: User -[authored]-----> MergeRequest -[assigned to] -> MergeRequest Via two new edges on `User`: `authoredMergeRequests` and `assignedMergeRequests`. As an incidental improvement, `User.state` is made into an `enum` - this change is backwards compatible since the output is the same: a string.
Showing
Please register or sign in to comment