Organization / Types/ object
TenantSupportTicketConnection
A paginated list of TenantSupportTicket 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.
ticketNumber•String!Ticket number of the tenant support ticket.
subject•String!Subject of the tenant support ticket.
status•SupportTicketStatus!Current status of the tenant support ticket.
OPENPENDINGAWAITING_REPLYRESOLVEDCLOSEDlastMessageAt•DateTimeTzWhen the most recent message was sent.
inbox•TenantSupportInbox!Inbox of the tenant support ticket.
createdAt•DateTimeTz!When the tenant support ticket was created.
updatedAt•DateTimeTz!When the tenant support ticket was last updated.
The links associated with this tenant support ticket.
messages•TenantSupportMessageConnection!The messages associated with this tenant support ticket.
cursor•String!A unique cursor that can be used for pagination.