DeleteProductInput
Autogenerated input type of DeleteProduct
input DeleteProductInput {
clientMutationId: String
id: ID
}
Fields
DeleteProductInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteProductInput.id
● ID
scalar
Member Of
deleteProduct
mutation