DeleteProductsInput
Autogenerated input type of DeleteProducts
input DeleteProductsInput {
clientMutationId: String
productIds: [ID!]!
}
Fields
DeleteProductsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteProductsInput.productIds ● [ID!]! non-null scalar
Member Of
deleteProducts mutation