Files
stash/graphql/documents/data/scene-slim.graphql
WithoutPants e3cd36f25f Use primary tag name as marker title where title is empty (#2994)
* Fix display of marker popovers
* Use primary tag as title where marker title empty
2022-10-11 14:21:56 +11:00

81 lines
774 B
GraphQL

fragment SlimSceneData on Scene {
id
title
details
url
date
rating
o_counter
organized
interactive
interactive_speed
files {
...VideoFileData
}
paths {
screenshot
preview
stream
webp
vtt
chapters_vtt
sprite
funscript
interactive_heatmap
caption
}
scene_markers {
id
title
seconds
primary_tag {
id
name
}
}
galleries {
id
files {
path
}
title
}
studio {
id
name
image_path
}
movies {
movie {
id
name
front_image_path
}
scene_index
}
tags {
id
name
}
performers {
id
name
gender
favorite
image_path
}
stash_ids {
endpoint
stash_id
}
}