SupportTicketConnection
A paginated list of SupportTicket 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 support ticket.
subject•String!Subject of the support ticket.
status•SupportTicketStatus!Current status of the support ticket.
OPENPENDINGAWAITING_REPLYRESOLVEDCLOSEDrequesterOrganization•SupportParticipantOrganizationRequester organization of the support ticket.
assignedToUser•UserAssigned to user of the support ticket.
snoozedUntil•DateTimeTzSnoozed until of the support ticket.
waitingSince•DateTimeTzWaiting since of the support ticket.
lastMessageAt•DateTimeTzWhen the most recent message was sent.
inbox•SupportInbox!Inbox of the support ticket.
createdAt•DateTimeTz!When the support ticket was created.
updatedAt•DateTimeTz!When the support ticket was last updated.
conversations•SupportConversationConnection!The conversations associated with this support ticket.
messages•SupportMessageConnection!The messages associated with this support ticket.
The links associated with this support ticket.
cursor•String!A unique cursor that can be used for pagination.