Commit 72dee28e authored by Dmitry Gruzd's avatar Dmitry Gruzd

Merge branch '337214_enable_paginated_tree_graphql_query' into 'master'

Enable FF "paginated_tree_graphql_query" by default

See merge request gitlab-org/gitlab!70913
parents d00dce8b ade0b92e
......@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/337214
milestone: '14.2'
type: development
group: group::source code
default_enabled: false
default_enabled: true
......@@ -13535,7 +13535,7 @@ Returns [`[String!]`](#string).
##### `Repository.paginatedTree`
Paginated tree of the repository. Available only when feature flag `paginated_tree_graphql_query` is enabled. This flag is disabled by default, because the feature is experimental and is subject to change without notice.
Paginated tree of the repository. Available only when feature flag `paginated_tree_graphql_query` is enabled. This flag is enabled by default.
Returns [`TreeConnection`](#treeconnection).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment