mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
16 lines
171 B
GraphQL
16 lines
171 B
GraphQL
fragment MovieData on Movie {
|
|
id
|
|
checksum
|
|
name
|
|
aliases
|
|
duration
|
|
date
|
|
rating
|
|
director
|
|
synopsis
|
|
url
|
|
front_image_path
|
|
back_image_path
|
|
scene_count
|
|
}
|