stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CommentEventAttachment

AdminTypes.CommentEventAttachment interface

A file attachment associated to a comment event.

Signature:

export interface CommentEventAttachment 

Properties

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.