From e4384360a16dd9a19d4d2d25d0ef1f2b862ed2a6 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 19 Jul 2023 14:16:28 +0000 Subject: Add latest changes from gitlab-org/gitlab@16-2-stable-ee --- app/graphql/types/boards/board_issue_input_type.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/graphql/types/boards/board_issue_input_type.rb') diff --git a/app/graphql/types/boards/board_issue_input_type.rb b/app/graphql/types/boards/board_issue_input_type.rb index 897e3d05948..ea7c207cda2 100644 --- a/app/graphql/types/boards/board_issue_input_type.rb +++ b/app/graphql/types/boards/board_issue_input_type.rb @@ -17,9 +17,9 @@ module Types required: false, description: 'Search query for issue title or description.' - argument :assignee_wildcard_id, ::Types::Boards::AssigneeWildcardIdEnum, + argument :assignee_wildcard_id, ::Types::AssigneeWildcardIdEnum, required: false, - description: 'Filter by assignee wildcard. Incompatible with assigneeUsername.' + description: 'Filter by assignee wildcard. Incompatible with assigneeUsername and assigneeUsernames.' argument :confidential, GraphQL::Types::Boolean, required: false, -- cgit v1.2.3