Skip to main content

latestPublicAgentReplies

The latest replies made by an agent in the last 3 months.

latestPublicAgentReplies(
after: String
agentId: ID
before: String
first: Int
last: Int
limit: Int = 10
): ReplyConnection

Arguments

latestPublicAgentReplies.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

latestPublicAgentReplies.agentId ● ID scalar common

The agent ID to filter by. If no value is provided, all active agents will be used.

latestPublicAgentReplies.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

latestPublicAgentReplies.first ● Int scalar common

Returns the first n elements from the list.

latestPublicAgentReplies.last ● Int scalar common

Returns the last n elements from the list.

latestPublicAgentReplies.limit ● Int scalar common

The number of replies to return. Default 10, max 20.

Type

ReplyConnection object common

The connection type for Reply.