Skip to content

Backend: Allow CiResources to be filtered by ID

Return a single catalog resource. Currently, we have a resolver for a list of resources.

 ciCatalogResources(id: $id){
        statistics {
          issues(filter: opened)
          mergeRequests(filter: opened)
        }

MR addressing this issue.

Edited by Laura Montemayor