Add column property query builder filters

This commit is contained in:
2024-07-02 16:54:56 -06:00
parent f140807886
commit efc0b2d858
2 changed files with 170 additions and 0 deletions

View File

@@ -76,6 +76,11 @@ input FilterInput @oneOf {
userId: [Int!]
make: [Boolean!]
tags: [VideoTagInput!]
isStraight: [Boolean!]
isRight: [Boolean!]
isLeft: [Boolean!]
isLeftMiss: [Boolean!]
isRightMiss: [Boolean!]
}
input RangeFilter {