SupportMessageEdge
An edge that contains a node of type SupportMessage and a cursor.
Fields
2 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.
id•ID!Unique primary key.
firstname•String!First name
lastname•String!Last name
email•String!Email address
locale•String!Locale of the user
timezone•String!Timezone of the user
avatar•AvatarAvatar of the user.
warehouses•UserWarehouseConnection!The warehouses associated with this user.
createdAt•DateTimeTz!When the support message was created.
updatedAt•DateTimeTz!When the support message was last updated.
pageInfo•PageInfo!Pagination information about the list of edges.
A list of SupportAttachment edges.
cursor•String!A unique cursor that can be used for pagination.