Mutation.createCustomer was not checking the CUSTOMERS_CAN_ADD permission.Mutation.updateInventory where a permission check would occur even if the target property's value did not change. Now, an identity check precedes the permission check so, even if a property update was requested, if the target value is identical the permission check will be skipped.Fixed a bug where '' would be converted to NULL, breaking some dashboard reports.
Fixed a bug that prevented the server from starting.
Query.transferOrders.totalItems.Customer.salesOrders that would cause a MySQL error.