Add MergeRequest.diffStatsSummary.fileCount to graphql API
This allows the number of files changed in a MR to be counted, using queries such as: ```graphql query { project(fullPath: "group/project") { mergeRequest(iid: "1") { diffStatsSummary { fileCount } } } } ```
Showing
Please register or sign in to comment