Skip to content

WIP: POC: Fix merge request GraphQL resolver

What does this MR do?

The resolver for Merge Requests doesn't respond to pagination params such as first. Additionally, the resolver returns merge requests that belong to all projects.

This changes it so that only merge requests that belong to a project are returned and pagination works.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Brian Kabiro

Merge request reports