mcgovern-campbell-technologies / tbd

0 stars 3 forks source link

Connect member to team via experience node #118

Closed Luke-Wilson closed 6 years ago

Luke-Wilson commented 6 years ago

This PR creates the POST endpoint /api/contractor/experience/position It will create an experience node, and connect itself to (1) a positionLevel node, (2) a contractor node and (3) a team node. You'll need to pass in the body the following: contractorId positionLevelId teamId

Closes #83