File
No description
type File implements BaseFields {
contentType: String!
createdAt: ISO8601DateTime!
filename: String!
id: ID!
presignedUrl(
expiresIn: Int = 1800
disposition: PresignedUrlDispositionEnum = ATTACHMENT
): String
size: Int!
updatedAt: ISO8601DateTime!
url: String!
}
Fields
File.contentType ● String! non-null scalar
File.createdAt ● ISO8601DateTime! non-null scalar
The date when record was created
File.filename ● String! non-null scalar
File.id ● ID! non-null scalar
The ID scalar type represents a unique identifier
File.presignedUrl ● String scalar
File.presignedUrl.expiresIn ● Int scalar
Expiration time in seconds for the pre-signed URL (max. 1800)
File.presignedUrl.disposition ● PresignedUrlDispositionEnum enum
Content disposition for the pre-signed URL
File.size ● Int! non-null scalar
File size in bytes