Skip to main content

botRunners

No description

botRunners(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: BotRunnerOrder
where: BotRunnerWhereInput
): BotRunnerConnection!

Arguments

botRunners.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

botRunners.first ● Int scalar

Returns the first _n_ elements from the list.

botRunners.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

botRunners.last ● Int scalar

Returns the last _n_ elements from the list.

botRunners.orderBy ● BotRunnerOrder input

Ordering options for BotRunners returned from the connection.

botRunners.where ● BotRunnerWhereInput input

Filtering options for BotRunners returned from the connection.

Type

BotRunnerConnection object

A connection to a list of items.