Draft: GraphQL Expose analytics total pipelines counts
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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Felipe Cardozo