Let's say we are using AppSync and AWS Cognito using AWS Amplify CLI, and are using it to host things like a Blog, with BlogPosts, and Comments, etc.
Is it possible in amplify/AppSync/Cognito to have multiple organizations with Blogs, each with their own access controls (owner, Admin, etc.)? Such that the data is separate but the AppSync, GraphQl models etc are the same?
I.e. so that editors and admins of one Blog can only see or edit their own blog posts, and not that of other Blogs, etc.
Thanks!