SupportConversationEdge
An edge that contains a node of type SupportConversation and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
targetEmail•StringTarget email of the support conversation.
subject•StringSubject of the support conversation.
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.
messagesCount•Int!Messages count of the support conversation.
createdAt•DateTimeTz!When the support conversation was created.
updatedAt•DateTimeTz!When the support conversation was last updated.
pageInfo•PageInfo!Pagination information about the list of edges.
A list of SupportParticipant edges.
pageInfo•PageInfo!Pagination information about the list of edges.
edges•[SupportMessageEdge!]!A list of SupportMessage edges.
cursor•String!A unique cursor that can be used for pagination.