We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c0918 commit 3113e1aCopy full SHA for 3113e1a
website/docs/association.md
@@ -6,7 +6,7 @@ Queryx supports association definition in the schema file. It also generates cor
6
7
```hcl
8
model "Post" {
9
- belongs_to "Author" {
+ belongs_to "author" {
10
model_name = "User"
11
}
12
0 commit comments