☰
customerUpdate
Updates a Customer
Updates the selected Customer with the inserted data. Returns the updated Customer.
Function signature
customerUpdate(companyId: Int!,data: CustomerUpdate!): Customer!
Type
Arguments
Required fields are marked with "!"companyId: Int!
data: CustomerUpdate!