Organization / Types/ object
TenantSupportAttachmentConnection
A paginated list of TenantSupportAttachment edges.
Fields
2 fieldshasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.
endCursor•StringThe cursor to continue paginating forwards.
id•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.