Skip to main content

GroupType

No description

type GroupType {
groupId: Int!
name: String
description: String
image: String
required: Boolean!
sortOrder: Int!
options: [OptionType]
}

Fields

GroupType.groupId ● Int! non-null scalar

GroupType.name ● String scalar

GroupType.description ● String scalar

GroupType.image ● String scalar

GroupType.required ● Boolean! non-null scalar

GroupType.sortOrder ● Int! non-null scalar

GroupType.options ● [OptionType] list object

Member of

ProductPackageType object