Skip to main content

AddProductAttributeInput

Autogenerated input type of AddProductAttribute

input AddProductAttributeInput {
clientMutationId: String
productAttribute: ProductAttributeInput!
productId: ID!
}

Fields

AddProductAttributeInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

AddProductAttributeInput.productAttribute ● ProductAttributeInput! non-null input products

Details of the product attribute to be updated.

AddProductAttributeInput.productId ● ID! non-null scalar common

The ID of the product to which the attributes belongs.

Member Of

productAddAttribute mutation