Merge remote-tracking branch 'origin/master' into add-get-shots-with-metadata-query
All checks were successful
Tests / Tests (pull_request) Successful in 15s

This commit is contained in:
2024-09-05 23:17:53 -06:00
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
}
}