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