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
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ create table "Post"(
body text
);

comment on constraint post_owner_id_fkey
comment on constraint post_account_id_fkey
on "Post"
is E'@graphql({"foreign_name": "author", "local_name": "posts"})';
```
Expand Down