In the branchEmployee mutation following mutations will be DEPRECATED and are renamed with the new ones. Kindly replace them with the new ones.
- branchEmployeeCreate -> createBranchEmployee
- branchEmployeeUpdate -> updateBranchEmployee
- branchEmployeeApprove -> approveBranchEmployee
- branchEmployeeReject -> rejectBranchEmployee
- branchEmployeeDelete -> deleteBranchEmployee
Apart from the following mentioned details all the arguments and functionalities are intact.
- For createBranchEmployee mutation,
- person_id and branch_id arguments are made required.