Add a username filter

This commit is contained in:
2024-10-06 13:44:53 -06:00
parent 1f018f954e
commit 8239ab6e1b
2 changed files with 76 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ input FilterInput @oneOf {
shotDirection: [ShotDirectionEnum!]
videoId: [Int!]
userId: [Int!]
username: [String!]
make: [Boolean!]
tags: [VideoTagInput!]
annotations: [ShotAnnotationInput!]