Files
stash/ui/v2.5/graphql/data/movie-slim.graphql
dogwithakeyboard e32593023e Add additional fields and restyle Movie select and Gallery select (#4851)
* Add new fields and restyle gallery selector
* Add new fields and style movie selector
2024-05-20 13:10:36 +10:00

18 lines
190 B
GraphQL

fragment SlimMovieData on Movie {
id
name
front_image_path
rating100
}
fragment SelectMovieData on Movie {
id
name
aliases
date
studio {
name
}
front_image_path
}