mirror of https://github.com/stashapp/stash.git
75 lines
710 B
GraphQL
75 lines
710 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
|
|
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
|
|
}
|
|
}
|