add group to return for user tags
All checks were successful
Tests / Tests (pull_request) Successful in 16s

This commit is contained in:
2025-02-04 13:44:58 -08:00
parent c7ff615fe4
commit 8dda81236a
2 changed files with 8 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ query GetUserTags {
getUserTags {
id
name
group
}
}