Skip to main content

ParameterGroupType

No description

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

Fields

ParameterGroupType.parameterGroupId ● Int scalar

ParameterGroupType.productId ● Int! non-null scalar

ParameterGroupType.name ● String! non-null scalar

ParameterGroupType.order ● Int scalar

ParameterGroupType.parameters ● [ParameterType] list object

Member Of

ProductType object ● RelatedProductType object