GraphQL API
Organization API
Organization / Types/ object

SupportMessageEdge

An edge that contains a node of type SupportMessage and a cursor.

Fields

2 fields
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.

idID!

Unique primary key.

firstnameString!

First name

lastnameString!

Last name

emailString!

Email address

localeString!

Locale of the user

timezoneString!

Timezone of the user

avatarAvatar

Avatar of the user.

The rights associated with this user.

full

The warehouses associated with this user.

createdAtDateTimeTz!

When the support message was created.

updatedAtDateTimeTz!

When the support message was last updated.

pageInfoPageInfo!

Pagination information about the list of edges.

A list of SupportAttachment edges.

cursorString!

A unique cursor that can be used for pagination.