supplierUpdate
mutation
Update supplier
Modifies an existing supplier's information, such as contact details, payment terms, tax associations, or delivery preferences. Returns the updated supplier record.
mutation {
supplierUpdate(companyId: Int!, data: SupplierUpdate!): Supplier!
}Returns: Supplier!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | SupplierUpdate! |