Commit 8407bb0d authored by Adam Hegyi's avatar Adam Hegyi

Add the sort argument in MR analytics

parent 024c2993
query($fullPath: ID!, $startDate: Time!, $endDate: Time!, $limit: Int!) {
project(fullPath: $fullPath) {
mergeRequests(first: $limit, mergedAfter: $startDate, mergedBefore: $endDate) {
mergeRequests(
first: $limit
mergedAfter: $startDate
mergedBefore: $endDate
sort: MERGED_AT_DESC
) {
nodes {
iid
title
......
---
title: Sort merge requests by merged at date in Merge Request Analytics
merge_request: 41272
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment