mirror of https://github.com/stashapp/stash.git
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
|
||
|
}
|