GraphQL API
Organization API
Organization / Types/ object

SupportConversationConnection

A paginated list of SupportConversation edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

idID!

Unique primary key.

Channel of the support conversation.

EMAILINTERNALTICKET
targetEmailString

Target email of the support conversation.

subjectString

Subject of the support conversation.

Ticket of the support conversation.

messagesCountInt!

Messages count of the support conversation.

createdAtDateTimeTz!

When the support conversation was created.

updatedAtDateTimeTz!

When the support conversation was last updated.

The participants associated with this support conversation.

The messages associated with this support conversation.

cursorString!

A unique cursor that can be used for pagination.