Commit e753549f authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '300115-deprecate-issue-filter-asignee-username' into 'master'

Deprecate assigneeUsername in IssueResolver

See merge request gitlab-org/gitlab!59538
parents 69f6e347 0f1f6181
...@@ -23,7 +23,8 @@ module IssueResolverArguments ...@@ -23,7 +23,8 @@ module IssueResolverArguments
description: 'Username of the author of the issue.' description: 'Username of the author of the issue.'
argument :assignee_username, GraphQL::STRING_TYPE, argument :assignee_username, GraphQL::STRING_TYPE,
required: false, 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], argument :assignee_usernames, [GraphQL::STRING_TYPE],
required: false, required: false,
description: 'Usernames of users assigned to the issue.' description: 'Usernames of users assigned to the issue.'
......
---
title: Deprecate assigneeUsername issue filter in GraphQL
merge_request: 59538
author:
type: deprecated
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