mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add group graphql interfaces (#5017)
* Deprecate movie and add group interfaces * UI changes
This commit is contained in:
@@ -51,6 +51,11 @@ models:
|
||||
fieldName: DurationFinite
|
||||
frame_rate:
|
||||
fieldName: FrameRateFinite
|
||||
# group is movie under the hood
|
||||
Group:
|
||||
model: github.com/stashapp/stash/pkg/models.Movie
|
||||
GroupFilterType:
|
||||
model: github.com/stashapp/stash/pkg/models.MovieFilterType
|
||||
# autobind on config causes generation issues
|
||||
BlobsStorageType:
|
||||
model: github.com/stashapp/stash/internal/manager/config.BlobsStorageType
|
||||
|
||||
Reference in New Issue
Block a user