SupportMessageConnection
A paginated list of SupportMessage edges.
Fields
2 fieldshasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.
endCursor•StringThe cursor to continue paginating forwards.
id•ID!Unique primary key.
body•String!Body of the support message.
fromName•StringFrom name of the support message.
fromEmail•StringFrom 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.
isDraft•Boolean!Whether this support message is a draft.
publishedAt•DateTimeTzWhen the support message was published.
emailMessageId•StringID of the email message.
emailInReplyTo•StringEmail in reply to of the support message.
emailReferences•StringEmail references of the support message.
authorUser•UserAuthor user of the support message.
createdAt•DateTimeTz!When the support message was created.
updatedAt•DateTimeTz!When the support message was last updated.
attachments•SupportAttachmentConnection!The attachments associated with this support message.
cursor•String!A unique cursor that can be used for pagination.