app/graphql/resolvers/concerns/resolves_merge_requests.rb · master · GitLab.org / GitLab · GitLab (original) (raw)
GitLab Next
Nov 18, 2024
d4523528
GraphQL API: add endpoint to return a list open merge requests · d4523528
Vasilii Iakliushin authored Nov 18, 2024
Contributes to #499245
Problem
We want to display opened merge requests that changed a particular path
in the repository.
SolutionAdd an argument
blob_path
tomergeRequests
GraphQL query.
Changelog: added
d4523528
GraphQL API: add endpoint to return a list open merge requests
Vasilii Iakliushin authored Nov 18, 2024
Contributes to #499245
Problem
We want to display opened merge requests that changed a particular path
in the repository.
SolutionAdd an argument
blob_path
tomergeRequests
GraphQL query.
Changelog: added
Loading