Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Object Type

AssetAttachment

No description
Implemented Interfaces

An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.

NodeInterface is the base for all types.

AttachmentInterface for Attachment returnable types.

Type Fields
id:ID!

Attachment Id.

creator:User!

The creator is the User who created this Attachment.

createdAt:DateTime!

DateTime of the Attachment creation.

modifier:User

The modifier is the User who last modified this Attachment.

modifiedAt:DateTime

DateTime of the Attachmentlast modification.

name:String

Name of the Attachment.

filename:String

Filename of the Attachment File.

type:String

Mediatype (MIME) of the Attachment.

externalId:ID

External Id of the Attachment.

extension:String

Extension of the Attachment File.

size:BigInt

Size of the Attachment File in bytes.

downloadUrl(
validityInDays: Int
permanent: Boolean
): Url

Signed Url to download the original AssetAttachment from Frontify.