Skip to content

Add support for lazy loading Epic children within tree

Kushal Pandya requested to merge 11971-epic-children-pagination into master

What does this MR do?

Note: This MR adds a feature to Epic Tree (added in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10999) which is currently behind feature flag :epic_tree.

This MR enables lazy loading additional Epic children when the children count is over 100 as GraphQL currently limits single page to have not more than 100 items.

Conformity

Closes #11971 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports