stash/ui/v2.5/graphql/data/scene.graphql
Emilo2 4ee9383ae2 Merge develop
Fix conflicting schema version
2026-04-26 12:07:01 +03:00

102 lines
1 KiB
GraphQL

fragment SceneData on Scene {
id
title
code
details
director
urls
date
production_date
rating100
o_counter
organized
interactive
interactive_speed
captions {
language_code
caption_type
}
created_at
updated_at
resume_time
last_played_at
play_duration
play_count
play_history
o_history
files {
...VideoFileData
}
paths {
screenshot
preview
stream
webp
vtt
sprite
funscript
interactive_heatmap
caption
}
scene_markers {
...SceneMarkerData
}
galleries {
...SlimGalleryData
}
studio {
...SlimStudioData
}
groups {
group {
...GroupData
}
scene_index
}
tags {
...SlimTagData
}
performers {
...PerformerData
}
stash_ids {
endpoint
stash_id
updated_at
}
sceneStreams {
url
mime_type
label
}
custom_fields
}
fragment SelectSceneData on Scene {
id
title
date
production_date
code
studio {
name
}
files {
path
}
paths {
screenshot
}
}