FileRepresentation
No description
interface FileRepresentation {
id: ID!
created: DateTime!
updated: DateTime!
archivedAt: DateTime
}
Fields
FileRepresentation.id ● ID! non-null scalar
The ID of the representation, as a URI.
FileRepresentation.created ● DateTime! non-null scalar
The date and time at which the representation was created.
FileRepresentation.updated ● DateTime! non-null scalar
The date and time at which the representation was updated.
FileRepresentation.archivedAt ● DateTime scalar
The date and time at which the file's representation was archived.
Member of
File object
Implemented by
AcsRepresentation object ● CantookAudioRepresentation object ● CloudflareImageRepresentation object ● LcpRepresentation object