OptionType
No description
type OptionType {
optionId: Int!
quantity: Int!
isSelected: Boolean!
sortOrder: Int!
product: ProductType
}
Fields
OptionType.optionId
● Int!
non-null scalar
OptionType.quantity
● Int!
non-null scalar
OptionType.isSelected
● Boolean!
non-null scalar
OptionType.sortOrder
● Int!
non-null scalar
OptionType.product
● ProductType
object
Member Of
GroupType
object