Skip to content

Commit

Permalink
Fix Django permissions diagram syntax (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
sersorrel authored Nov 28, 2024
1 parent 7c10e02 commit a0c6ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ graph TD
D -->|No| E;
E[Field is a 'List'] -->|Yes| EF[Return an empty 'List'];
E -->|No| F;
F[Field is a relay `Connection`] -->|Yes| FF[Return an empty relay 'Connection'];
F[Field is a relay 'Connection'] -->|Yes| FF[Return an empty relay 'Connection'];
F -->|No| GF[Raises 'PermissionDenied' error];
```

Expand Down

0 comments on commit a0c6ab0

Please sign in to comment.