Commit d55e4e10 authored by Donald Cook's avatar Donald Cook

Added descendants to assignee query in board scope

parent 2a0626b5
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
query groupUsersSearch($search: String!, $fullPath: ID!) { query groupUsersSearch($search: String!, $fullPath: ID!) {
workspace: group(fullPath: $fullPath) { workspace: group(fullPath: $fullPath) {
id id
users: groupMembers(search: $search, relations: [DIRECT, INHERITED]) { users: groupMembers(search: $search, relations: [DIRECT, DESCENDANTS, INHERITED]) {
nodes { nodes {
user { user {
...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