Skip to main content

UpdateProductAttributeInput

Autogenerated input type of UpdateProductAttribute

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

Fields

UpdateProductAttributeInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateProductAttributeInput.productAttribute ● ProductUpdateAttributeInput! non-null input products

Details of the product attribute to be updated.

UpdateProductAttributeInput.productId ● ID! non-null scalar common

The ID of the product to which the attributes belongs.

Member Of

productUpdateAttribute mutation