Skip to main content

AgentClientAttachment

Result of attaching a fresh interactive client epoch.

type AgentClientAttachment {
session: AgentSession!
clientEpoch: BigInt!
replayAfterSeq: BigInt!
}

Fields

AgentClientAttachment.session ● AgentSession! non-null object

Session after fencing older epochs.

AgentClientAttachment.clientEpoch ● BigInt! non-null scalar

New server-issued monotonic client epoch.

AgentClientAttachment.replayAfterSeq ● BigInt! non-null scalar

Persisted contiguous cursor for this client instance; subscribe after this sequence.

Returned By

crowdyStudioAgentAttachClient mutation