Added various missing filters to performer page (#438)

This commit is contained in:
Anon247
2020-04-08 05:21:05 +01:00
committed by GitHub
parent 15e7756d33
commit dc37a3045b
6 changed files with 65 additions and 21 deletions

View File

@@ -48,6 +48,8 @@ input PerformerFilterType {
aliases: StringCriterionInput
"""Filter by gender"""
gender: GenderCriterionInput
"""Filter to only include performers missing this property"""
is_missing: String
}
input SceneMarkerFilterType {