mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 12:25:23 +01:00
11 lines
109 B
GraphQL
11 lines
109 B
GraphQL
fragment GalleryData on Gallery {
|
|
id
|
|
checksum
|
|
path
|
|
title
|
|
files {
|
|
index
|
|
name
|
|
path
|
|
}
|
|
}
|