Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2021-04-16 15:09:03 +00:00
parent 1624eb307d
commit 7f70c3a95c
2 changed files with 7 additions and 1 deletions

View file

@ -23,7 +23,8 @@ module IssueResolverArguments
description: 'Username of the author of the issue.'
argument :assignee_username, GraphQL::STRING_TYPE,
required: false,
description: 'Username of a user assigned to the issue.'
description: 'Username of a user assigned to the issue.',
deprecated: { reason: 'Use `assigneeUsernames`', milestone: '13.11' }
argument :assignee_usernames, [GraphQL::STRING_TYPE],
required: false,
description: 'Usernames of users assigned to the issue.'

View file

@ -0,0 +1,5 @@
---
title: Deprecate assigneeUsername issue filter in GraphQL
merge_request: 59538
author:
type: deprecated