Skip to main content

UpdateSupplierProductsInput

Autogenerated input type of UpdateSupplierProducts

input UpdateSupplierProductsInput {
clientMutationId: String
productsData: [ProductSupplierDataInput!]!
supplierId: ID!
}

Fields

UpdateSupplierProductsInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateSupplierProductsInput.productsData ● [ProductSupplierDataInput!]! non-null input

UpdateSupplierProductsInput.supplierId ● ID! non-null scalar

Member Of

supplyUpdateSupplierProducts mutation