Add run filter and run fields
This commit is contained in:
@@ -182,6 +182,7 @@ input FilterInput @oneOf {
|
||||
shotDirection: [ShotDirectionEnum!]
|
||||
videoId: [Int!]
|
||||
userId: [Int!]
|
||||
runId: [Int!]
|
||||
username: [String!]
|
||||
fargoRating: FloatRangeFilter
|
||||
make: [Boolean!]
|
||||
@@ -367,6 +368,8 @@ type ShotGQL {
|
||||
annotations: [ShotAnnotationGQL!]!
|
||||
falsePositiveScore: Float
|
||||
video: VideoGQL
|
||||
run: RunGQL
|
||||
runFeatures: RunFeaturesGQL
|
||||
}
|
||||
|
||||
type CueObjectFeaturesGQL {
|
||||
@@ -606,6 +609,11 @@ type VideoProcessingStatusGQL {
|
||||
updatedAt: DateTime
|
||||
}
|
||||
|
||||
type RunFeaturesGQL {
|
||||
runId: Int!
|
||||
indexInRun: Int!
|
||||
}
|
||||
|
||||
input RunFilterInput {
|
||||
videoId: [Int!]
|
||||
userId: [Int!]
|
||||
|
Reference in New Issue
Block a user