DEV Community

Discussion on: Data Modeling in Depth with GraphQL & AWS Amplify - 17 Data Access Patterns

Collapse
 
alexwhite24 profile image
AN

You can break the Many to Many Schema with a intermediate Table.
Example Group to Users
Model:

  • Group
  • User
  • GroupUser This will have ID for Both the Group and User as Linkage

Also, just wondering does AWS Amplify charges link to DB Model Operation? Can't find it any place like how much is model we create how much data operation happens with the model.

-Regards
Alex