ProductOption
type ProductOption {
id: ID!
dateSettings: ProductOptionDateSettings
fileSettings: ProductOptionFileSettings
isOptional: Boolean
name: String!
optionalText: String
order: Float!
otherPrices: [ProductOptionSelectValueOtherPrice!]
price: Float
requiredOptionId: String
requiredOptionValueIds: [String!]
selectSettings: ProductOptionSelectSettings
textSettings: ProductOptionTextSettings
type: ProductOptionTypeEnum!
}
Fields
dateSettingsProductOptionDateSettingsfileSettingsProductOptionFileSettingsisOptionalBooleanoptionalTextStringotherPrices[ProductOptionSelectValueOtherPrice!]priceFloatrequiredOptionIdStringrequiredOptionValueIds[String!]selectSettingsProductOptionSelectSettingstextSettingsProductOptionTextSettings