stash/graphql/documents/data/movie-slim.graphql

7 lines
79 B
GraphQL

fragment SlimMovieData on Movie {
id
name
front_image_path
rating100
}