AgentPageInfo
Standard opaque-cursor pagination metadata.
type AgentPageInfo {
hasNextPage: Boolean!
endCursor: String
}
Fields
AgentPageInfo.hasNextPage ● Boolean! non-null scalar
Whether another page exists after endCursor.
AgentPageInfo.endCursor ● String scalar
Opaque cursor for the final returned edge, or null.
Member Of
AgentEventConnection object ● AgentSessionConnection object