mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Group O-Counter Filter/Sort (#6122)
This commit is contained in:
@@ -403,6 +403,8 @@ input GroupFilterType {
|
||||
created_at: TimestampCriterionInput
|
||||
"Filter by last update time"
|
||||
updated_at: TimestampCriterionInput
|
||||
"Filter by o-counter"
|
||||
o_counter: IntCriterionInput
|
||||
|
||||
"Filter by containing groups"
|
||||
containing_groups: HierarchicalMultiCriterionInput
|
||||
|
||||
@@ -30,6 +30,7 @@ type Group {
|
||||
performer_count(depth: Int): Int! # Resolver
|
||||
sub_group_count(depth: Int): Int! # Resolver
|
||||
scenes: [Scene!]!
|
||||
o_counter: Int # Resolver
|
||||
}
|
||||
|
||||
input GroupDescriptionInput {
|
||||
|
||||
Reference in New Issue
Block a user