mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
* Remove unnecessary graphql fields * Optimise joined queries * Tag resolver query optimisation
20 lines
212 B
GraphQL
20 lines
212 B
GraphQL
fragment MovieData on Movie {
|
|
id
|
|
checksum
|
|
name
|
|
aliases
|
|
duration
|
|
date
|
|
rating
|
|
director
|
|
|
|
studio {
|
|
...SlimStudioData
|
|
}
|
|
|
|
synopsis
|
|
url
|
|
front_image_path
|
|
back_image_path
|
|
scene_count
|
|
}
|