mirror of https://github.com/stashapp/stash.git
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
|
||
|
}
|
||
|
}
|