Files
stash/graphql/documents/data/gallery-chapter.graphql
2023-03-16 15:04:54 +11:00

10 lines
101 B
GraphQL

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