Skip to main content

parameterGroups

Find parameter groups

parameterGroups(
active: Boolean
after: String
before: String
createdAt: DateTimeRange
first: Int
ids: [ID!]
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
updatedAt: DateTimeRange
): ParameterGroupConnection

Arguments

parameterGroups.active ● Boolean scalar

Filter to only active groups

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.createdAt ● DateTimeRange input

Filter by created at

parameterGroups.first ● Int scalar

Returns the first _n_ elements from the list.

parameterGroups.ids ● [ID!] list scalar

Filter by IDs

parameterGroups.last ● Int scalar

Returns the last _n_ elements from the list.

parameterGroups.sort ● [Sort!] list input

Sort result

parameterGroups.updatedAt ● DateTimeRange input

Filter by updated at

Type

ParameterGroupConnection object

The connection type for ParameterGroup.