stash/ui/v2.5/graphql/data/gallery-chapter.graphql

10 lines
101 B
GraphQL
Raw Normal View History

fragment GalleryChapterData on GalleryChapter {
id
title
image_index
gallery {
id
}
}