Skip to main content

CloudflareImageRepresentation

No description

type CloudflareImageRepresentation implements FileRepresentation {
id: ID!
created: DateTime!
updated: DateTime!
archivedAt: DateTime
link: Link!
}

Fields

CloudflareImageRepresentation.id ● ID! non-null scalar

The ID of the representation, as a URI.

CloudflareImageRepresentation.created ● DateTime! non-null scalar

The date and time at which the representation was created.

CloudflareImageRepresentation.updated ● DateTime! non-null scalar

The date and time at which the representation was updated.

CloudflareImageRepresentation.archivedAt ● DateTime scalar

The date and time at which the file's representation was archived.

The link to the Cloudflare Image.

Interfaces

FileRepresentation interface