ParameterType
No description
type ParameterType {
parameterId: Int!
parameterGroupId: Int!
type: String
name: String
label: String
description: String
value: String
show: Boolean!
showFilter: Boolean!
identifier: String
facetId: String
}
Fields
ParameterType.parameterId
● Int!
non-null scalar
ParameterType.parameterGroupId
● Int!
non-null scalar
ParameterType.type
● String
scalar
ParameterType.name
● String
scalar
ParameterType.label
● String
scalar
ParameterType.description
● String
scalar
ParameterType.value
● String
scalar
ParameterType.show
● Boolean!
non-null scalar
ParameterType.showFilter
● Boolean!
non-null scalar
ParameterType.identifier
● String
scalar
ParameterType.facetId
● String
scalar
Member Of
ParameterGroupType
object