AgentEventConnection
Bounded ordered history connection, exclusive of the supplied afterSeq.
type AgentEventConnection {
edges: [AgentEventEdge!]!
pageInfo: AgentPageInfo!
events: [CrowdyStudioAgentEvent!]!
hasMore: Boolean!
}
Fields
AgentEventConnection.edges ● [AgentEventEdge!]! non-null object
Events in ascending contiguous sequence order.
AgentEventConnection.pageInfo ● AgentPageInfo! non-null object
History page metadata.
AgentEventConnection.events ● [CrowdyStudioAgentEvent!]! non-null union
SDK-compatible ordered typed events.
AgentEventConnection.hasMore ● Boolean! non-null scalar
SDK-compatible history continuation indicator.
Returned By
crowdyStudioAgentHistory query