Skip to main content

Untagged

A tag was removed from a conversation.

type Untagged implements Timestamped {
createdAt: DateTime!
id: ID!
tag: Tag
updatedAt: DateTime!
}

Fields

Untagged.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

Untagged.id ● ID! non-null scalar common

Untagged.tag ● Tag object common

The tag that was removed from the conversation.

Untagged.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