AddProductAttributesInput
Autogenerated input type of AddProductAttributes
input AddProductAttributesInput {
clientMutationId: String
productAttributes: [ProductAttributeInput!]!
productId: ID!
}
Fields
AddProductAttributesInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
AddProductAttributesInput.productAttributes ● [ProductAttributeInput!]! non-null input
Details of the product attributes to be added.
AddProductAttributesInput.productId ● ID! non-null scalar
The ID of the product to which the attributes belongs.
Member Of
productAddAttributes mutation