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 `Address` table and integrate to server #32

Closed pedro-m-dietrich closed 1 month ago

pedro-m-dietrich commented 1 month ago

A table for addresses has been created, related to the User table. An user can have multiple addresses, while an address must have only one user (one-to-many relationship).

The GraphQL queries and mutations have been updated to support those changes.