stash/graphql/documents/data/scene-slim.graphql
WithoutPants 0848b02e93
Various bug fixes (#2945)
* Only update fingerprints if changed
* Fix panic when loading primary file fails
* Fix gallery/scene association
* Fix display of scene gallery in card
* Use natural_cs collation with paths for title sorting
2022-09-25 12:07:55 +10:00

76 lines
730 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
}
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
}
}