Improve the performance of the pipelines field in the package related GraphQL types

  • Use a single resolver for the pipelines field, no matter how the package related pipelines are accessed (by a single package, by a project or by a group).
  • Support pagination parameters.
  • Remove the existing n+1 situations.
  • Deploy this change using a feature flag.
Edited by David Fernandez