Graphql query- fetch corpus
Add a Graphql Query to fetch the corpus to be displayed on the manage corpus page. Following fields are required in the return response:
Required fields by the package registery
(p1) Target Name - Need to be stored in db
(p1) Latest Job / Pipeline - Package registry response
(p1) Last Updated - Package registry response
(p1) Last Used - Need to be stored in db
(p2) File Count - Package registry response
(p2) Coverage Percentage - Need to be stored in db
(p2) Crashes - Need to be stored in db
p1 = priority 1, p2 = priority 2.
Pagination is also required.
File count, crashes, Last Used and coverage percentage is included as a part of #341318 (closed)
Related to #341218 (closed).