AttachmentInterface
for Attachment
returnable types.
An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.Following types all implement this interface and must have all fields of this interface present.The __typename
field resolves to a String which lets you differentiate different data types from each other on the client.
Attachment
Id.
The User
who created the Attachment
on Frontify.
DateTime
of the Attachment
creation.
The User
who last modified the Attachment
on Frontify.
DateTime
of the Attachment
's last modification.
The Attachment
's filename.
The Attachment
's name or title.
The Attachment
's original file extension.
The Attachment
's Media (MIME) type.
The Attachment
's size in bytes.
The Attachment
's External Id.