Skip to main content

UpdateProductAttributeInput

Autogenerated input type of UpdateProductAttribute

input UpdateProductAttributeInput {
clientMutationId: String
productAttribute: ProductUpdateAttributeInput!
productId: ID!
}

Fields

UpdateProductAttributeInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateProductAttributeInput.productAttribute ● ProductUpdateAttributeInput! non-null input

Details of the product attribute to be updated.

UpdateProductAttributeInput.productId ● ID! non-null scalar

The ID of the product to which the attributes belongs.

Member Of

productUpdateAttribute mutation