Organization / Types/ object
TenantSupportMessageConnection
A paginated list of TenantSupportMessage 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.
body•String!Body of the tenant support message.
senderName•StringSender name of the tenant support message.
createdAt•DateTimeTz!When the tenant support message was created.
updatedAt•DateTimeTz!When the tenant support message was last updated.
attachments•TenantSupportAttachmentConnection!The attachments associated with this tenant support message.
cursor•String!A unique cursor that can be used for pagination.