Skip to main content

shortcuts

shortcuts(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: ShortcutOrder
where: ShortcutWhereInput
): ShortcutConnection!

Arguments

shortcuts.after ● Cursor scalar

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

shortcuts.first ● Int scalar

Returns the first n elements from the list.

shortcuts.before ● Cursor scalar

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

shortcuts.last ● Int scalar

Returns the last n elements from the list.

shortcuts.orderBy ● ShortcutOrder input

Ordering options for Shortcuts returned from the connection.

shortcuts.where ● ShortcutWhereInput input

Filtering options for Shortcuts returned from the connection.

Type

ShortcutConnection object

A connection to a list of items.