Limit the amount of ids loaded when using package build infos
For single package GraphQL queries. This is achieved by using: * a custom connection extension that will pass the pagination parameters to the resolver * a custom resolver that will read the pagination parameters and load the right amount of build info objects Changelog: performance
Showing
Please register or sign in to comment