AddProductAttributeInput
Autogenerated input type of AddProductAttribute
input AddProductAttributeInput {
clientMutationId: String
productAttribute: ProductAttributeInput!
productId: ID!
}
Fields
AddProductAttributeInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
AddProductAttributeInput.productAttribute ● ProductAttributeInput! non-null input
Details of the product attribute to be updated.
AddProductAttributeInput.productId ● ID! non-null scalar
The ID of the product to which the attributes belongs.
Member Of
productAddAttribute mutation