Skip to main content

BotRunnerConnection

A connection to a list of items.

type BotRunnerConnection {
edges: [BotRunnerEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

BotRunnerConnection.edges ● [BotRunnerEdge] list object

A list of edges.

BotRunnerConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

BotRunnerConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

botRunners query