DeleteProductCostsInput
Autogenerated input type of DeleteProductCosts
input DeleteProductCostsInput {
clientMutationId: String
costIds: [ID!]!
productId: ID!
}
Fields
DeleteProductCostsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteProductCostsInput.costIds ● [ID!]! non-null scalar
DeleteProductCostsInput.productId ● ID! non-null scalar
Member Of
productDeleteCosts mutation