Skip to main content

widgets

Lists all widgets in the organization.

widgets(
after: String
before: String
filter: WidgetFilter
first: Int
last: Int
): NewWidgetConnection

Arguments

widgets.after ● String scalar common

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

widgets.before ● String scalar common

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

widgets.filter ● WidgetFilter input common

Filter widgets.

widgets.first ● Int scalar common

Returns the first n elements from the list.

widgets.last ● Int scalar common

Returns the last n elements from the list.

Type

NewWidgetConnection object common

The connection type for NewWidget.