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