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