GraphQL: Merge Request add field "Closed At"
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA
What does this MR do and why?
Adds field to GraphQL Endpoint for merge requests as requested in #424876 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
How to set up and validate locally
- In local GDK navigate to http://127.0.0.1:3000/-/graphql-explorer
- Set MR http://127.0.0.1:3000/gitlab-org/gitlab-shell/-/merge_requests/1 to closed
- run GraphQL query
{
project(fullPath: "gitlab-org/gitlab-shell") {
mergeRequest(iid: "1") {
mergedAt
createdAt
closedAt
}
}
}
-->
Edited by 🤖 GitLab Bot 🤖