mirror of
https://github.com/stashapp/stash.git
synced 2026-02-07 16:05:47 +01:00
Add custom fields to tag filter graphql
This commit is contained in:
parent
cec1481044
commit
7d3baaf7a6
1 changed files with 2 additions and 0 deletions
|
|
@ -648,6 +648,8 @@ input TagFilterType {
|
|||
|
||||
"Filter by last update time"
|
||||
updated_at: TimestampCriterionInput
|
||||
|
||||
custom_fields: [CustomFieldCriterionInput!]
|
||||
}
|
||||
|
||||
input ImageFilterType {
|
||||
|
|
|
|||
Loading…
Reference in a new issue