AgentSessionConnection
Bounded owner/app session connection.
type AgentSessionConnection {
edges: [AgentSessionEdge!]!
pageInfo: AgentPageInfo!
nodes: [AgentSession!]!
endCursor: String
hasNextPage: Boolean!
}
Fields
AgentSessionConnection.edges ● [AgentSessionEdge!]! non-null object
Sessions ordered newest first.
AgentSessionConnection.pageInfo ● AgentPageInfo! non-null object
Connection page metadata.
AgentSessionConnection.nodes ● [AgentSession!]! non-null object
SDK-compatible session nodes in newest-first order.
AgentSessionConnection.endCursor ● String scalar
SDK-compatible final opaque cursor.
AgentSessionConnection.hasNextPage ● Boolean! non-null scalar
SDK-compatible next-page indicator.