Skip to main content
Version: 3.x

plugins

List of plugins.

Requires MANAGE_PLUGINSpermission.
plugins(
filter: PluginFilterInput
sortBy: PluginSortingInput
before: String
after: String
first: Int
last: Int
): PluginCountableConnection

Arguments

plugins.filter ● PluginFilterInput input

Filtering options for plugins.

plugins.sortBy ● PluginSortingInput input

Sort plugins.

plugins.before ● String scalar

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

plugins.after ● String scalar

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

plugins.first ● Int scalar

Retrieve the first n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.

plugins.last ● Int scalar

Retrieve the last n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.

Type

PluginCountableConnection object


Was this page helpful?