Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ The relation fields in a 1-n relation can take the following forms:
- the annotated relation field can be either optional or required
- if the annotated relation field is required, the relation scalar must be required
- if the annotated relation field is optional, the relation scalar must be optional
- the other side of the relation must a list and is always required
- the other side of the relation must be a list and is always required

So, the following variant of the example above would be _allowed_:

Expand Down