ContactOpenedMessage
A contact opened a message.
type ContactOpenedMessage implements Timestamped {
createdAt: DateTime!
id: ID!
message: Message!
updatedAt: DateTime!
}
Fields
ContactOpenedMessage.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ContactOpenedMessage.id ● ID! non-null scalar common
ContactOpenedMessage.message ● Message! non-null interface common
The message that the contact opened.
ContactOpenedMessage.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
Interfaces
Timestamped interface common
An object with timestamp fields for when it was created and last updated.
Implemented by
ChangeTypeUnion union