# CommentEventAttachment - admin - OBJECT
Version: 2025-01

## Description
A file attachment associated to a comment event.

### Access Scopes



## Fields
* [fileExtension](/docs/api/admin/2025-01/scalars/String): String - The file extension of the comment event attachment, indicating the file format.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [image](/docs/api/admin/2025-01/objects/Image): Image - The image attached to the comment event.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The filename of the comment event attachment.
* [size](/docs/api/admin/2025-01/scalars/Int): Int! - The size of the attachment.
* [url](/docs/api/admin/2025-01/scalars/URL): URL! - The URL of the attachment.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples