For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add option to select type attribute

Please keep in mind that to add the option attribute "Model" must first exist.

mutation {
  attributeSelectAddOption(
    input: {
      code: "Model"
      option: {
        code: "eve_1011"
        name: { language: "pl_PL", value: "eve_1011" }
      }
    }
  ) {
    __typename
  }
}

Last updated

Was this helpful?