Extend `TestSummaryReport` in Graphql similar to Rest api
When getting test report on pipeline via rest api, as per documentation https://docs.gitlab.com/ee/api/pipelines.html#get-a-pipelines-test-report, it returns TestCase as a child of TestSuite which in turn a child of TestReport. But the graphql api returns buildIds instead. Which makes program to make more calls than Rest api.
Please make graphql api similar to rest api
Edited by Pratik Gaikwad
