OBJECT

File

link GraphQL Schema definition

type File {

The extension of the file
extension: String

The MD5 checksum of the file
md5Checksum: String!

The original name of the file
name: String!

The number of bytes of the file
size: Int!

The URL to download the content
url: String!

}

link Required by