stash/graphql/documents/data/gallery-chapter.graphql
yoshnopa 7e8f941155
Add Chapters for Galleries (#3289)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2023-03-16 15:04:54 +11:00

9 lines
101 B
GraphQL

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