Skip to content

Commit da9430f

Browse files
committed
perf: trim GallerySlimData scene query to required fields
1 parent f3244ce commit da9430f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ui/v2.5/graphql/data/gallery-slim.graphql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ fragment SlimGalleryData on Gallery {
3737
image_path
3838
}
3939
scenes {
40-
...SlimSceneData
40+
id
41+
title
42+
files {
43+
path
44+
}
4145
}
4246
paths {
4347
cover

0 commit comments

Comments
 (0)