Skip to main content

parameters

Find parameters

parameters(
after: String
before: String
createdAt: DateTimeRange
first: Int
ids: [ID!]
last: Int
onlyEnabledToShow: Boolean
parameterGroupIds: [ID!]
parameterizableType: Parameterizable
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
textOnly: Boolean
updatedAt: DateTimeRange
): ParameterConnection

Arguments

parameters.after ● String scalar

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

parameters.before ● String scalar

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

parameters.createdAt ● DateTimeRange input

Filter by created at

parameters.first ● Int scalar

Returns the first _n_ elements from the list.

parameters.ids ● [ID!] list scalar

Filter by IDs

parameters.last ● Int scalar

Returns the last _n_ elements from the list.

parameters.onlyEnabledToShow ● Boolean scalar

Filter to only parameters enabled to show

parameters.parameterGroupIds ● [ID!] list scalar

Filter by parameter group IDs

parameters.parameterizableType ● Parameterizable enum

Filter by resource type

parameters.sort ● [Sort!] list input

Sort result

parameters.textOnly ● Boolean scalar

Filter by text_only flag

parameters.updatedAt ● DateTimeRange input

Filter by updated at

Type

ParameterConnection object

The connection type for Parameter.