OBJECT
The connection type for Bot.
type BotConnection {# A list of edges.edges: [BotEdge] # A list of nodes.nodes: [Bot] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }