GraphQL API
Organization API
Organization / Types/ object

TenantSupportMessageConnection

A paginated list of TenantSupportMessage 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 tenant support message.

CUSTOMERMESSAGENOTE
bodyString!

Body of the tenant support message.

senderNameString

Sender name of the tenant support message.

createdAtDateTimeTz!

When the tenant support message was created.

updatedAtDateTimeTz!

When the tenant support message was last updated.

The attachments associated with this tenant support message.

cursorString!

A unique cursor that can be used for pagination.