Skip to content

Commit b0cb7ba

Browse files
committed
Add thumbnailUrl to other supported Asset types
1 parent 9908648 commit b0cb7ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Api.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
156158
fragment 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
178182
fragment onVideo on Video {

0 commit comments

Comments
 (0)