VSD DORA Performers score table only fetches first 100 records

Problem

We only fetch the first 100 records when gathering data for the DORA Performers score table. Some groups have well over 100 records

Solution

We need to ensure that we fetch all projects when gathering data by adding pagination to the graphql request in https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/app/assets/javascripts/analytics/analytics_dashboards/data_sources/dora_metrics_by_project.js#L26