File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ export type FrontifyAsset = {
7777 downloadUrl ?: string ;
7878 previewUrl ?: string ;
7979 dynamicPreviewUrl ?: string ;
80+ thumbnailUrl ?: string ;
8081 icon ?: string ;
8182 focalPoint ?: number [ ] ;
8283 width ?: number ;
@@ -137,6 +138,7 @@ fragment onImage on Image {
137138 downloadUrl(permanent: $permanent)
138139 previewUrl
139140 dynamicPreviewUrl
141+ thumbnailUrl
140142 width
141143 height
142144 focalPoint
@@ -150,6 +152,7 @@ fragment onFile on File {
150152 downloadUrl(permanent: $permanent)
151153 icon: previewUrl
152154 dynamicPreviewUrl
155+ thumbnailUrl
153156}
154157
155158fragment onDocument on Document {
@@ -161,6 +164,7 @@ fragment onDocument on Document {
161164 downloadUrl(permanent: $permanent)
162165 previewUrl
163166 dynamicPreviewUrl
167+ thumbnailUrl
164168 focalPoint
165169}
166170
@@ -172,6 +176,7 @@ fragment onAudio on Audio {
172176 downloadUrl(permanent: $permanent)
173177 previewUrl
174178 dynamicPreviewUrl
179+ thumbnailUrl
175180}
176181
177182fragment onVideo on Video {
@@ -182,6 +187,7 @@ fragment onVideo on Video {
182187 downloadUrl(permanent: $permanent)
183188 previewUrl
184189 dynamicPreviewUrl
190+ thumbnailUrl
185191 width
186192 height
187193 duration
You can’t perform that action at this time.
0 commit comments