CommentEventAttachment - admin-graphql - OBJECT
Version: 2024-04
Description:
A file attachment associated to a comment event.
Access Scopes
Fields
-
fileExtension:
String -
The file extension of the comment event attachment, indicating the file format.
-
id:
ID! -
A globally-unique ID.
-
image:
Image -
The image attached to the comment event.
-
name:
String! -
The filename of the comment event attachment.
-
size:
Int! -
The size of the attachment.
-
url:
URL! -
The URL of the attachment.
Connections
Related queries
Related mutations
Related Unions
Examples