SupportMessage
Fields
17 fieldsid•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.
createdAt•DateTimeTz!When the support message was created.
updatedAt•DateTimeTz!When the support message was last updated.
hasNextPage•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.
node•SupportAttachment!The SupportAttachment node.
cursor•String!A unique cursor that can be used for pagination.