Skip to content

Draft: GraphQL Expose analytics total pipelines counts

Felipe Artur requested to merge issue_388418 into master

What does this MR do and why?

Expose group total pipelines counts on GraphQL to be used on VSD.

related to #388418 (closed)

How to validate locally

WIP

Execute the following query

{
  group(fullPath: GROUP_PATH") {
    analyticsPipelineCounts(date: CURRENT_DATE) {
      total
    }
  }
}

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Felipe Artur

Merge request reports