Home > @infiniteobjects/shopify-data-manager > AdminTypes > CommentEventAttachment
A file attachment associated to a comment event.
Signature:
export interface CommentEventAttachment
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fileExtension? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The file extension of the comment event attachment, indicating the file format. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| image? | Maybe<Image> | (Optional) The image attached to the comment event. | |
| name | Scalars[‘String’][‘output’] | The filename of the comment event attachment. | |
| size | Scalars[‘Int’][‘output’] | The size of the attachment. | |
| url | Scalars[‘URL’][‘output’] | The URL of the attachment. |