Organization / Types/ object
SupportAttachmentEdge
An edge that contains a node of type SupportAttachment and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
filename•String!Filename of the support attachment.
contentType•StringContent type of the support attachment.
size•IntSize of the support attachment.
url•String!URL of the support attachment.
createdAt•DateTimeTz!When the support attachment was created.
updatedAt•DateTimeTz!When the support attachment was last updated.
cursor•String!A unique cursor that can be used for pagination.