Skip to main content

BotConnection

A connection to a list of items.

type BotConnection {
edges: [BotEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

BotConnection.edges ● [BotEdge] list object

A list of edges.

BotConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

BotConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

bots query

Member Of

BotRunner object ● Exchange object ● Strategy object