I am fairly new to AppSync and i have been trying to understanding the in and outs of the relational models.
I have the following requirement where my App has the follow schema type Users, Posts and Events.
- A User should only be able to make a single post.
- A Post must be owned by only one User but also have multiple Editors.
- A Event must have a single post and only two users at any given time.
Could some one provide a possible schema design that could achieve these requirements please