ConversationUnstarred
The conversation was unstarred.
type ConversationUnstarred implements Timestamped {
createdAt: DateTime!
id: ID!
updatedAt: DateTime!
}
Fields
ConversationUnstarred.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ConversationUnstarred.id ● ID! non-null scalar common
ConversationUnstarred.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