Added GetUserTagsQuery
All checks were successful
Tests / Tests (pull_request) Successful in 8s

This commit is contained in:
2024-09-05 18:35:08 -07:00
parent 15b307a88f
commit aabd74d7d7
2 changed files with 85 additions and 0 deletions

View File

@@ -56,3 +56,10 @@ query getUsernames(
) {
getUsernames(matchString: $matchString, limit: $limit, after: $after)
}
query GetUserTags {
getUserTags {
id
name
}
}