Skip to main content

parameterGroupSets

Find parameter group sets

parameterGroupSets(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
ids: [ID!]
after: String
before: String
first: Int
last: Int
): ParameterGroupSetConnection

Arguments

parameterGroupSets.sort ● [Sort!] list input

Sort result

parameterGroupSets.ids ● [ID!] list scalar

Filter by IDs

parameterGroupSets.after ● String scalar

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

parameterGroupSets.before ● String scalar

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

parameterGroupSets.first ● Int scalar

Returns the first _n_ elements from the list.

parameterGroupSets.last ● Int scalar

Returns the last _n_ elements from the list.

Type

ParameterGroupSetConnection object

The connection type for ParameterGroupSet.