mirror of
https://github.com/stashapp/stash.git
synced 2026-02-08 08:21:32 +01:00
Add custom fields filtering on studio
This commit is contained in:
parent
1b60982946
commit
afae9910df
1 changed files with 2 additions and 0 deletions
|
|
@ -487,6 +487,8 @@ input StudioFilterType {
|
|||
created_at: TimestampCriterionInput
|
||||
"Filter by last update time"
|
||||
updated_at: TimestampCriterionInput
|
||||
|
||||
custom_fields: [CustomFieldCriterionInput!]
|
||||
}
|
||||
|
||||
input GalleryFilterType {
|
||||
|
|
|
|||
Loading…
Reference in a new issue