stash/graphql/documents/data/movie-slim.graphql
caustico 5fb8bbf768
Movies Section (#338)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2020-03-10 14:28:15 +11:00

5 lines
No EOL
66 B
GraphQL

fragment SlimMovieData on Movie {
id
name
front_image_path
}