GraphQL API
Organization API
Organization / Types/ object

SupportMessageConnection

A paginated list of SupportMessage 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.

Type of the support message.

CUSTOMERMESSAGENOTE
bodyString!

Body of the support message.

fromNameString

From name of the support message.

fromEmailString

From email of the support message.

to[String!]

The to associated with this support message.

cc[String!]

The cc associated with this support message.

bcc[String!]

The bcc associated with this support message.

isDraftBoolean!

Whether this support message is a draft.

publishedAtDateTimeTz

When the support message was published.

emailMessageIdString

ID of the email message.

emailInReplyToString

Email in reply to of the support message.

emailReferencesString

Email references of the support message.

authorUserUser

Author user of the support message.

createdAtDateTimeTz!

When the support message was created.

updatedAtDateTimeTz!

When the support message was last updated.

The attachments associated with this support message.

cursorString!

A unique cursor that can be used for pagination.