stash/graphql/documents/data/scene-slim.graphql
WithoutPants f87117b0d6
Add O-counter (#334)
* Add backend support for o-counter

* Add o-counter buttons everywhere

* Put o-counter button right-aligned on tabs

* Add o-counter filter
2020-02-02 19:17:28 -05:00

61 lines
549 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
}
tags {
id
name
}
performers {
id
name
favorite
image_path
}
}