Organization / Types/ object
SupportConversationConnection
A paginated list of SupportConversation 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.
targetEmail•StringTarget email of the support conversation.
subject•StringSubject of the support conversation.
ticket•SupportTicket!Ticket of the support conversation.
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.
participants•SupportParticipantConnection!The participants associated with this support conversation.
messages•SupportMessageConnection!The messages associated with this support conversation.
cursor•String!A unique cursor that can be used for pagination.