GraphQL API
Organization API
Organization / Types/ object

SupportMessage

Fields

17 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

urlString!

Url of the avatar

The rights associated with this user.

full
pageInfoPageInfo!

Pagination information about the list of edges.

A list of UserWarehouse edges.

createdAtDateTimeTz!

When the support message was created.

updatedAtDateTimeTz!

When the support message was last updated.

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.

The SupportAttachment node.

cursorString!

A unique cursor that can be used for pagination.