☰
supplierCreate
Creates a supplier
Creates a supplier with the inserted data. Returns the created supplier
Function signature
supplierCreate(companyId: Int!,data: SupplierInsert!): Supplier!
Type
Arguments
Required fields are marked with "!"companyId: Int!
data: SupplierInsert!