Skip to main content

parameterValues

Find parameter values

parameterValues(
after: String
before: String
createdAt: DateTimeRange
first: Int
last: Int
parameterIds: [ID!]
parameterizeableIds: [ID!]
parameterizeableType: Parameterizable!
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "id" }]
updatedAt: DateTimeRange
withDeleted: Boolean
): ParameterValueConnection

Arguments

parameterValues.after ● String scalar

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

parameterValues.before ● String scalar

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

parameterValues.createdAt ● DateTimeRange input

Filter by created at

parameterValues.first ● Int scalar

Returns the first _n_ elements from the list.

parameterValues.last ● Int scalar

Returns the last _n_ elements from the list.

parameterValues.parameterIds ● [ID!] list scalar

Filter by parameter IDs

parameterValues.parameterizeableIds ● [ID!] list scalar

Filter by parameterizeable resource IDs

parameterValues.parameterizeableType ● Parameterizable! non-null enum

Filter by parameterizeable resource type

parameterValues.sort ● [Sort!] list input

Sort result

parameterValues.updatedAt ● DateTimeRange input

Filter by updated at

parameterValues.withDeleted ● Boolean scalar

Include deleted

Type

ParameterValueConnection object

The connection type for ParameterValue.