From ff2b80a5548b308f31acce94069bb3fd2e0480c3 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 10 Sep 2021 06:09:03 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/api/graphql') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 7deadc6b2e6..af9a70725c1 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -11105,7 +11105,7 @@ four standard [pagination arguments](#connection-pagination-arguments): ##### `MergeRequestAssignee.groups` -Groups where the user has access. +Groups where the user has access. Will always return `null` if `paginatable_namespace_drop_down_for_project_creation` feature flag is disabled. Returns [`GroupConnection`](#groupconnection). @@ -11351,7 +11351,7 @@ four standard [pagination arguments](#connection-pagination-arguments): ##### `MergeRequestReviewer.groups` -Groups where the user has access. +Groups where the user has access. Will always return `null` if `paginatable_namespace_drop_down_for_project_creation` feature flag is disabled. Returns [`GroupConnection`](#groupconnection). @@ -14260,7 +14260,7 @@ four standard [pagination arguments](#connection-pagination-arguments): ##### `UserCore.groups` -Groups where the user has access. +Groups where the user has access. Will always return `null` if `paginatable_namespace_drop_down_for_project_creation` feature flag is disabled. Returns [`GroupConnection`](#groupconnection). @@ -17255,7 +17255,7 @@ four standard [pagination arguments](#connection-pagination-arguments): ###### `User.groups` -Groups where the user has access. +Groups where the user has access. Will always return `null` if `paginatable_namespace_drop_down_for_project_creation` feature flag is disabled. Returns [`GroupConnection`](#groupconnection). -- cgit v1.2.3