Skip to main content

ChatArchive

No description

type ChatArchive {
archiveContentType: String
archiveFilename: String
archiveId: String
attachmentUrl: String
commentableId: Int
commentableType: String
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
id: ID!
updatedAt: ISO8601DateTime!
}

Fields

ChatArchive.archiveContentType ● String scalar

ChatArchive.archiveFilename ● String scalar

ChatArchive.archiveId ● String scalar

ChatArchive.attachmentUrl ● String scalar

ChatArchive.commentableId ● Int scalar

ChatArchive.commentableType ● String scalar

ChatArchive.createdAt ● ISO8601DateTime! non-null scalar

ChatArchive.deletedAt ● ISO8601DateTime scalar

ChatArchive.id ● ID! non-null scalar

ChatArchive.updatedAt ● ISO8601DateTime! non-null scalar

Member of

ChatMessage object ● CreateChatMessagePayload object