Objects
ParameterType
Type containing parameter information
Type containing parameter information
type ParameterType {
parameterId: Int!
parameterGroupId: Int!
order: Int!
type: String
name: String
label: String
description: String
value: String
show: Boolean!
showFilter: Boolean!
identifier: String
facetId: String
parameterValueId: Int
}
Fields
parameterId ● Int! non-null scalar required
Parameter ID
parameterGroupId ● Int! non-null scalar required
ID of the associated parameter group
order ● Int! non-null scalar required
The order of the parameter within the group
type ● String scalar
The parameter type
name ● String scalar
Parameter name
label ● String scalar
Parameter label
description ● String scalar
Parameter description
value ● String scalar
Parameter value
show ● Boolean! non-null scalar required
Whether this parameter should be shown within the product specifications
showFilter ● Boolean! non-null scalar required
Whether this parameter should be shown within filter options
identifier ● String scalar
The internal identifier of the parameter. This value is the same for all languages and does not change if the parameter name changes.
facetId ● String scalar
The ID of the associated facet
parameterValueId ● Int scalar
The ID of the associated parameter value
Member Of
ParameterGroupType object