mirror of https://github.com/stashapp/stash.git
10 lines
101 B
GraphQL
10 lines
101 B
GraphQL
![]() |
fragment GalleryChapterData on GalleryChapter {
|
||
|
id
|
||
|
title
|
||
|
image_index
|
||
|
|
||
|
gallery {
|
||
|
id
|
||
|
}
|
||
|
}
|