mirror of
https://github.com/stashapp/stash.git
synced 2026-01-02 21:52:26 +01:00
9 lines
101 B
GraphQL
9 lines
101 B
GraphQL
fragment GalleryChapterData on GalleryChapter {
|
|
id
|
|
title
|
|
image_index
|
|
|
|
gallery {
|
|
id
|
|
}
|
|
}
|