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