plugins
List of plugins.
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
Return the first n elements from the list.
plugins.last ● Int scalar
Return the last n elements from the list.