mirror of https://github.com/stashapp/stash.git
12 lines
109 B
GraphQL
12 lines
109 B
GraphQL
![]() |
fragment GalleryData on Gallery {
|
||
|
id
|
||
|
checksum
|
||
|
path
|
||
|
title
|
||
|
files {
|
||
|
index
|
||
|
name
|
||
|
path
|
||
|
}
|
||
|
}
|