UpdateSupplierProductsInput
Autogenerated input type of UpdateSupplierProducts
input UpdateSupplierProductsInput {
clientMutationId: String
productsData: [ProductSupplierDataInput!]!
supplierId: ID!
}
Fields
UpdateSupplierProductsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateSupplierProductsInput.productsData ● [ProductSupplierDataInput!]! non-null input suppliers
UpdateSupplierProductsInput.supplierId ● ID! non-null scalar common
Member Of
supplyUpdateSupplierProducts mutation