ChatEntry
No description
type ChatEntry {
chatId: ID!
text: String
customerReadAt: DateTime
attachments: [Attachment!]!
}
Fields
ChatEntry.chatId
● ID!
non-null scalar
ChatEntry.text
● String
scalar
ChatEntry.customerReadAt
● DateTime
object
ChatEntry.attachments
● [Attachment!]!
non-null object
Implemented by
Entry
union