This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
stash
mirror of
https://github.com/stashapp/stash.git
Watch
1
Star
1
Fork
You've already forked stash
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
29636d500a
stash
/
graphql
/
documents
/
data
/
movie-slim.graphql
7 lines
79 B
GraphQL
Raw
Normal View
History
Unescape
Escape
Movies Section (#338) Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2020-03-10 03:28:15 +00:00
fragment
SlimMovieData
on
Movie
{
id
name
front_image_path
Stash rating system (#2830) * add rating100 fields to represent rating range 1-100 * deprecate existing (1-5) rating fields * add half- and quarter-star options for rating system * add decimal rating system option Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2022-11-15 22:31:44 +00:00
rating100
Movie card visual consistency (#1758) * Support getting scenes on movies in the API * Make movie card visually consistent with scene etc * Add date * Add synopsis * Show scene count with hover listing the scenes * Move scene index to button * Move scene number to own section Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2021-09-26 03:52:08 +00:00
}