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