stash/graphql/documents/data/scene-slim.graphql
caustico 5fb8bbf768
Movies Section (#338)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2020-03-10 14:28:15 +11:00

70 lines
642 B
GraphQL

fragment SlimSceneData on Scene {
id
checksum
title
details
url
date
rating
o_counter
path
file {
size
duration
video_codec
audio_codec
width
height
framerate
bitrate
}
paths {
screenshot
preview
stream
webp
vtt
chapters_vtt
}
scene_markers {
id
title
seconds
}
gallery {
id
path
title
}
studio {
id
name
image_path
}
movies {
movie {
id
name
front_image_path
}
scene_index
}
tags {
id
name
}
performers {
id
name
favorite
image_path
}
}