mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 20:33:16 +01:00
9 lines
101 B
GraphQL
9 lines
101 B
GraphQL
fragment GalleryChapterData on GalleryChapter {
|
|
id
|
|
title
|
|
image_index
|
|
|
|
gallery {
|
|
id
|
|
}
|
|
}
|