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