☰
salespersonCreate
Creates a Salesperson
Creates a Salesperson with the inserted data. Returns the created Salesperson
Function signature
salespersonCreate(companyId: Int!,data: SalespersonInsert!): Salesperson!
Type
Arguments
Required fields are marked with "!"companyId: Int!
data: SalespersonInsert!