GraphQL API
Organization API
Organization / Types/ object

SupportAttachmentConnection

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

filenameString!

Filename of the support attachment.

contentTypeString

Content type of the support attachment.

sizeInt

Size of the support attachment.

urlString!

URL of the support attachment.

createdAtDateTimeTz!

When the support attachment was created.

updatedAtDateTimeTz!

When the support attachment was last updated.

cursorString!

A unique cursor that can be used for pagination.