Merge remote-tracking branch 'origin/master' into add-get-shots-with-metadata-query
All checks were successful
Tests / Tests (pull_request) Successful in 15s
All checks were successful
Tests / Tests (pull_request) Successful in 15s
This commit is contained in:
@@ -56,3 +56,10 @@ query getUsernames(
|
||||
) {
|
||||
getUsernames(matchString: $matchString, limit: $limit, after: $after)
|
||||
}
|
||||
|
||||
query GetUserTags {
|
||||
getUserTags {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user