ProductOptionSet
type ProductOptionSet {
id: ID!
name: String!
options: [ProductOption!]!
translations: [ProductOptionSetTranslations!]
}
Fields
translations[ProductOptionSetTranslations!]type ProductOptionSet {
id: ID!
name: String!
options: [ProductOption!]!
translations: [ProductOptionSetTranslations!]
}
translations[ProductOptionSetTranslations!]