Skip to main content

shortcuts

Shortcuts list

shortcuts(
after: String
before: String
first: Int
last: Int
): ShortcutConnection

Arguments

shortcuts.after ● String scalar

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

shortcuts.before ● String scalar

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

shortcuts.first ● Int scalar

Returns the first _n_ elements from the list.

shortcuts.last ● Int scalar

Returns the last _n_ elements from the list.

Type

ShortcutConnection object

The connection type for Shortcut.