parameters
Find parameters
parameters(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
createdAt: DateTimeRange
updatedAt: DateTimeRange
ids: [ID!]
onlyEnabledToShow: Boolean
parameterGroupIds: [ID!]
parameterizableType: Parameterizable
textOnly: Boolean
after: String
before: String
first: Int
last: Int
): ParameterConnection
Arguments
parameters.sort ● [Sort!] list input
Sort result
parameters.createdAt ● DateTimeRange input
Filter by created at
parameters.updatedAt ● DateTimeRange input
Filter by updated at
parameters.ids ● [ID!] list scalar
Filter by IDs
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.textOnly ● Boolean scalar
Filter by text_only flag
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.first ● Int scalar
Returns the first _n_ elements from the list.
parameters.last ● Int scalar
Returns the last _n_ elements from the list.
Type
ParameterConnection object
The connection type for Parameter.