Skip to content

Limit the number of build infos pulled in GraphQL for single package queries

🔥 Problem

These GraphQL queries will pull an unbounded amount of build_infos objects:

  1. package -> pipelines

🚒 Solution

Limit the number of build_infos objects pulled and use pagination.

Edited by Tim Rizzi