File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ fragment onImage on Image {
138138 downloadUrl(permanent: $permanent)
139139 previewUrl
140140 dynamicPreviewUrl
141+ thumbnailUrl
141142 width
142143 height
143144 focalPoint
@@ -151,6 +152,7 @@ fragment onFile on File {
151152 downloadUrl(permanent: $permanent)
152153 icon: previewUrl
153154 dynamicPreviewUrl
155+ thumbnailUrl
154156}
155157
156158fragment onDocument on Document {
@@ -162,6 +164,7 @@ fragment onDocument on Document {
162164 downloadUrl(permanent: $permanent)
163165 previewUrl
164166 dynamicPreviewUrl
167+ thumbnailUrl
165168 focalPoint
166169}
167170
@@ -173,6 +176,7 @@ fragment onAudio on Audio {
173176 downloadUrl(permanent: $permanent)
174177 previewUrl
175178 dynamicPreviewUrl
179+ thumbnailUrl
176180}
177181
178182fragment onVideo on Video {
You can’t perform that action at this time.
0 commit comments