supplierCreate
mutation
Create supplier Registers a new supplier in the company, including contact details, payment terms, tax settings, and delivery preferences. Returns the newly created supplier record.
mutation {
supplierCreate(companyId: Int!, data: SupplierInsert!): Supplier!
}Returns: Supplier!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | SupplierInsert! |