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
7f5f1c7e0d
stash
/
graphql
/
documents
/
data
/
movie-slim.graphql
6 lines
67 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
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
}