mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 18:04:33 +01:00
* Add Icons to tags if they have parent/child tags * Refactor TagLink --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
22 lines
188 B
GraphQL
22 lines
188 B
GraphQL
fragment SceneMarkerData on SceneMarker {
|
|
id
|
|
title
|
|
seconds
|
|
stream
|
|
preview
|
|
screenshot
|
|
|
|
scene {
|
|
id
|
|
}
|
|
|
|
primary_tag {
|
|
id
|
|
name
|
|
}
|
|
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
}
|