mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Find scene markers by ID (#5567)
This commit is contained in:
@@ -45,6 +45,7 @@ type Query {
|
||||
findSceneMarkers(
|
||||
scene_marker_filter: SceneMarkerFilterType
|
||||
filter: FindFilterType
|
||||
ids: [ID!]
|
||||
): FindSceneMarkersResultType!
|
||||
|
||||
findImage(id: ID, checksum: String): Image
|
||||
|
||||
Reference in New Issue
Block a user