diff --git a/graphql/schema/schema.graphql b/graphql/schema/schema.graphql index 7f07e4579..6054faea8 100644 --- a/graphql/schema/schema.graphql +++ b/graphql/schema/schema.graphql @@ -51,6 +51,7 @@ type Query { Fractional seconds are ok: 0.5 will mean only files that have durations within 0.5 seconds between them will be matched based on PHash distance. """ duration_diff: Float + scene_filter: SceneFilterType ): [[Scene!]!]! "Return valid stream paths"