OBJECT

UploadedFile

link GraphQL Schema definition

1type UploadedFile {
2
3title: String
4
5size: Int
6
7url: String
8
9}