parameterGroups
Find parameter groups
parameterGroups(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
createdAt: DateTimeRange
updatedAt: DateTimeRange
active: Boolean
ids: [ID!]
after: String
before: String
first: Int
last: Int
): ParameterGroupConnection
Arguments
parameterGroups.sort ● [Sort!] list input
Sort result
parameterGroups.createdAt ● DateTimeRange input
Filter by created at
parameterGroups.updatedAt ● DateTimeRange input
Filter by updated at
parameterGroups.active ● Boolean scalar
Filter to only active groups
parameterGroups.ids ● [ID!] list scalar
Filter by IDs
parameterGroups.after ● String scalar
Returns the elements in the list that come after the specified cursor.
parameterGroups.before ● String scalar
Returns the elements in the list that come before the specified cursor.
parameterGroups.first ● Int scalar
Returns the first _n_ elements from the list.
parameterGroups.last ● Int scalar
Returns the last _n_ elements from the list.
Type
ParameterGroupConnection object
The connection type for ParameterGroup.