parameterGroupSets
Find parameter group sets
parameterGroupSets(
after: String
before: String
first: Int
ids: [ID!]
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
): ParameterGroupSetConnection
Arguments
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.ids ● [ID!] list scalar
Filter by IDs
parameterGroupSets.last ● Int scalar
Returns the last _n_ elements from the list.
parameterGroupSets.sort ● [Sort!] list input
Sort result
Type
ParameterGroupSetConnection object
The connection type for ParameterGroupSet.