# CommentEventAttachment - admin-graphql - OBJECT Version: 2024-10 ## Description A file attachment associated to a comment event. ### Access Scopes ## Fields * [fileExtension](/docs/api/admin-graphql/2024-10/scalars/String): String - The file extension of the comment event attachment, indicating the file format. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [image](/docs/api/admin-graphql/2024-10/objects/Image): Image - The image attached to the comment event. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The filename of the comment event attachment. * [size](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The size of the attachment. * [url](/docs/api/admin-graphql/2024-10/scalars/URL): URL! - The URL of the attachment. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples