mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add findFiles and findFile graphql queries (#5941)
* Add findFile and findFiles * Add parent folder and zip file fields to file graphql types * Add parent_folder, zip_file fields to Folder graphql type * Add format to ImageFile type * Add format filter fields to image/video file filters
This commit is contained in:
@@ -5,7 +5,7 @@ type QueryOptions struct {
|
||||
Count bool
|
||||
}
|
||||
|
||||
type QueryResult struct {
|
||||
IDs []int
|
||||
type QueryResult[T comparable] struct {
|
||||
IDs []T
|
||||
Count int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user