indigotech / onboard-pedro-dietrich

Project for onboarding on Taqtile. Consists in a back-end server to learn about Typescript, Node, GraphQL and other tools.
0 stars 0 forks source link

Create login mutation #21

Closed pedro-m-dietrich closed 2 months ago

pedro-m-dietrich commented 2 months ago

The mutation for login has been created, as well as the tests for this feature.

The login requires an e-mail and a password, and returns the user data and a token, if successful.