mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
22 lines
175 B
GraphQL
22 lines
175 B
GraphQL
fragment SceneMarkerData on SceneMarker {
|
|
id
|
|
title
|
|
seconds
|
|
stream
|
|
preview
|
|
|
|
scene {
|
|
id
|
|
}
|
|
|
|
primary_tag {
|
|
id
|
|
name
|
|
}
|
|
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
}
|