mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 18:04:33 +01:00
21 lines
175 B
GraphQL
21 lines
175 B
GraphQL
fragment SceneMarkerData on SceneMarker {
|
|
id
|
|
title
|
|
seconds
|
|
stream
|
|
preview
|
|
|
|
scene {
|
|
id
|
|
}
|
|
|
|
primary_tag {
|
|
id
|
|
name
|
|
}
|
|
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
}
|