Objects

ParameterGroupType

Type containing product parameter group information

Type containing product parameter group information

type ParameterGroupType {
  parameterGroupId: Int
  productId: Int!
  name: String!
  order: Int
  parameters: [ParameterType]
}

Fields

parameterGroupId ● Int scalar

Parameter group ID

productId ● Int! non-null scalar required

Product ID associated with this parameter group

name ● String! non-null scalar required

The parameter group name

order ● Int scalar

The parameter group order

parameters ● [ParameterType] list object

List of parameters

Member Of

ProductType object ● RelatedProductType object