Skip to main content

ParameterGroupType

No description

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

Fields

ParameterGroupType.parameterGroupId ● Int scalar

ParameterGroupType.productId ● Int! non-null scalar

ParameterGroupType.name ● String! non-null scalar

ParameterGroupType.parameters ● [ParameterType] list object

Member Of

ProductType object ● QuotationItemType object ● RelatedProductType object