Refactor tag query (#1194)

This commit is contained in:
WithoutPants
2021-03-11 22:17:37 +11:00
committed by GitHub
parent 53cb9a1b7b
commit 23d85655a8
2 changed files with 178 additions and 66 deletions

View File

@@ -153,6 +153,10 @@ input GalleryFilterType {
}
input TagFilterType {
AND: TagFilterType
OR: TagFilterType
NOT: TagFilterType
"""Filter to only include tags missing this property"""
is_missing: String