CommentEventAttachment object
A file attachment associated to a comment event.
On this page
Fields
fileExtension ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The file extension of the comment event attachment, indicating the file format.
id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier.
image ([Image](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/image)
)
The image attached to the comment event.
name ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The filename of the comment event attachment.
size ([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The size of the attachment.
url ([URL!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
)
The URL of the attachment.
Types that return CommentEventAttachment
[CommentEvent.attachments](https://shopify.dev/docs/admin-api/graphql/reference/events/commentevent#attachments-2021-01)