stash/ui/v2.5/graphql/data/audio-slim.graphql
Bob 169bebeaf5 Direct Streams working
- Removed funscripts, they are for interactive
- updated the scanner to correctly create `audio_files` row
- Adding Audio to `paths`
- Updated sqlite to add AudioFile

Need to update mutations next
2026-04-26 20:21:51 -07:00

52 lines
497 B
GraphQL

fragment SlimAudioData on Audio {
id
title
code
details
urls
date
rating100
o_counter
organized
resume_time
play_duration
play_count
files {
...AudioFileData
}
paths {
stream
caption
}
studio {
id
name
image_path
}
groups {
group {
id
name
front_image_path
}
audio_index
}
tags {
id
name
}
performers {
id
name
disambiguation
gender
favorite
image_path
}
}