stash/graphql/documents/data/scene.graphql

70 lines
693 B
GraphQL
Raw Normal View History

2019-02-09 12:30:49 +00:00
fragment SceneData on Scene {
id
checksum
2020-08-06 01:21:14 +00:00
oshash
2019-02-09 12:30:49 +00:00
title
details
url
date
rating
o_counter
organized
2019-02-09 12:30:49 +00:00
path
phash
interactive
2019-02-09 12:30:49 +00:00
file {
size
duration
video_codec
audio_codec
width
height
framerate
bitrate
}
paths {
screenshot
preview
stream
webp
vtt
chapters_vtt
sprite
funscript
2019-02-09 12:30:49 +00:00
}
scene_markers {
...SceneMarkerData
}
2021-02-01 20:56:54 +00:00
galleries {
...SlimGalleryData
2019-02-09 12:30:49 +00:00
}
studio {
...SlimStudioData
2019-02-09 12:30:49 +00:00
}
movies {
movie {
...MovieData
}
scene_index
}
2019-02-09 12:30:49 +00:00
tags {
...SlimTagData
2019-02-09 12:30:49 +00:00
}
performers {
...PerformerData
}
2020-10-24 03:31:39 +00:00
stash_ids {
endpoint
stash_id
}
2019-02-09 12:30:49 +00:00
}