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

Add query for fetching an user #25

Closed pedro-m-dietrich closed 2 months ago

pedro-m-dietrich commented 2 months ago

The user query has been added to allow authenticated users to fetch user data from the API.

Tests for this new query have also been added.