Skip to content

Commit

Permalink
docs: refactored instagram example documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
saifxd7 committed Nov 10, 2023
1 parent 7a39ef5 commit a6a9717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/getting-started/examples/instagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ entity post {

## Brief Examination of the Model

The Instagram Authorization Schema models the relationships between users, accounts, and posts in the Instagram platform. Users can own accounts, follow other accounts, and be followed by other users. Accounts can have public or private settings, and access to view an account is determined by ownership, followers, and privacy settings. Posts are associated with accounts and can have restricted comments and likes based on account privacy.
The Instagram Authorization Schema models the relationships between users, accounts, and posts in the Instagram platform.
Users can own accounts, follow other accounts, and be followed by other users. Accounts can have public or private settings, and access to view an account is determined by ownership, followers, and privacy settings. Posts are associated with accounts and can have restricted comments and likes based on account privacy.

### Entities & Relations

Expand Down

0 comments on commit a6a9717

Please sign in to comment.