mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
10 lines
101 B
GraphQL
10 lines
101 B
GraphQL
fragment GalleryChapterData on GalleryChapter {
|
|
id
|
|
title
|
|
image_index
|
|
|
|
gallery {
|
|
id
|
|
}
|
|
}
|