BranchEmployee mutation name changes
August 9th, 2021
In the branchEmployee mutation following mutations will be DEPRECATED and are renamed with the new ones. Kindly replace them with the new ones.

  1. branchEmployeeCreate -> createBranchEmployee
  2. branchEmployeeUpdate -> updateBranchEmployee
  3. branchEmployeeApprove -> approveBranchEmployee
  4. branchEmployeeReject -> rejectBranchEmployee
  5. branchEmployeeDelete -> deleteBranchEmployee
Apart from the following mentioned details all the arguments and functionalities are intact.
  1. For createBranchEmployee mutation,
    • person_id and branch_id arguments are made required.
X
Crafted by