TenantSupportTicketEdge
An edge that contains a node of type TenantSupportTicket and a cursor.
Fields
2 fieldsid•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.
id•ID!Unique primary key.
name•String!Name of the tenant support inbox.
isInternalOnly•Boolean!Whether this tenant support inbox is restricted to internal users.
createdAt•DateTimeTz!When the tenant support inbox was created.
updatedAt•DateTimeTz!When the tenant support inbox was last updated.
createdAt•DateTimeTz!When the tenant support ticket was created.
updatedAt•DateTimeTz!When the tenant support ticket was last updated.
pageInfo•PageInfo!Pagination information about the list of edges.
A list of SupportTicketLinkedResource edges.
pageInfo•PageInfo!Pagination information about the list of edges.
A list of TenantSupportMessage edges.
cursor•String!A unique cursor that can be used for pagination.