CloneProductInput
Autogenerated input type of CloneProduct
input CloneProductInput {
clientMutationId: String
name: String
productId: ID!
sku: String
}
Fields
CloneProductInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CloneProductInput.name ● String scalar
The name of the new product. If not provided, the name of the original product will be used.
CloneProductInput.productId ● ID! non-null scalar
The ID of the product to clone.
CloneProductInput.sku ● String scalar
The SKU of the new product. If not provided, the SKU of the original product will be used.
Member Of
cloneProduct mutation