Commit 38bbc861 authored by Simon Knox's avatar Simon Knox

Merge branch '24882-allow-users-of-subprojects-to-be-selected-in-board-scope' into 'master'

Added descendants to assignee query in board scope

See merge request gitlab-org/gitlab!74139
parents dfeb0d93 d55e4e10
......@@ -4,7 +4,7 @@
query groupUsersSearch($search: String!, $fullPath: ID!) {
workspace: group(fullPath: $fullPath) {
id
users: groupMembers(search: $search, relations: [DIRECT, INHERITED]) {
users: groupMembers(search: $search, relations: [DIRECT, DESCENDANTS, INHERITED]) {
nodes {
user {
...User
......
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