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.
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.