Objects
GroupType
Type containing information for a group in a product package
Type containing information for a group in a product package
type GroupType {
groupId: Int!
name: String
description: String
image: String
required: Boolean!
sortOrder: Int!
options: [OptionType]
}
Fields
groupId ● Int! non-null scalar required
The package group id
name ● String scalar
The package group name
description ● String scalar
The package group description
image ● String scalar
The package group image
required ● Boolean! non-null scalar required
'true' if this package group is required in order to place the package in cart
sortOrder ● Int! non-null scalar required
The sort order of this package group relative to other groups
options ● [OptionType] list object
Options in this package group
Member Of
ProductPackageType object