Skip to main content

FollowerRemoved

A conversation is unfollowed by an agent.

type FollowerRemoved implements Timestamped {
createdAt: DateTime!
follower: Agent!
id: ID!
updatedAt: DateTime!
}

Fields

FollowerRemoved.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

FollowerRemoved.follower ● Agent! non-null object common

The agent that stopped following the conversation.

FollowerRemoved.id ● ID! non-null scalar common

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