Skip to main content

bots

No description

bots(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: [BotOrder!]
where: BotWhereInput
): BotConnection!

Arguments

bots.after ● Cursor scalar

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

bots.first ● Int scalar

Returns the first _n_ elements from the list.

bots.before ● Cursor scalar

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

bots.last ● Int scalar

Returns the last _n_ elements from the list.

bots.orderBy ● [BotOrder!] list input

Ordering options for Bots returned from the connection.

bots.where ● BotWhereInput input

Filtering options for Bots returned from the connection.

Type

BotConnection object

A connection to a list of items.