2021-05-09 09:25:57 +00:00
|
|
|
fragment SlimGalleryData on Gallery {
|
2020-11-15 03:40:47 +00:00
|
|
|
id
|
|
|
|
checksum
|
|
|
|
path
|
|
|
|
title
|
|
|
|
date
|
|
|
|
url
|
|
|
|
details
|
|
|
|
rating
|
2020-12-17 21:06:49 +00:00
|
|
|
organized
|
2020-11-15 03:40:47 +00:00
|
|
|
image_count
|
|
|
|
cover {
|
2021-05-09 09:25:57 +00:00
|
|
|
file {
|
|
|
|
size
|
|
|
|
width
|
|
|
|
height
|
|
|
|
}
|
|
|
|
|
|
|
|
paths {
|
|
|
|
thumbnail
|
|
|
|
}
|
2020-11-15 03:40:47 +00:00
|
|
|
}
|
|
|
|
studio {
|
2021-05-09 09:25:57 +00:00
|
|
|
id
|
|
|
|
name
|
|
|
|
image_path
|
2020-11-15 03:40:47 +00:00
|
|
|
}
|
|
|
|
tags {
|
2021-05-09 09:25:57 +00:00
|
|
|
id
|
|
|
|
name
|
2020-11-15 03:40:47 +00:00
|
|
|
}
|
|
|
|
performers {
|
2021-05-09 09:25:57 +00:00
|
|
|
id
|
|
|
|
name
|
|
|
|
gender
|
|
|
|
favorite
|
|
|
|
image_path
|
2020-11-15 03:40:47 +00:00
|
|
|
}
|
2021-02-01 20:56:54 +00:00
|
|
|
scenes {
|
2020-11-15 03:40:47 +00:00
|
|
|
id
|
|
|
|
title
|
|
|
|
path
|
|
|
|
}
|
|
|
|
}
|