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 23dbad0 commit 14d175bCopy full SHA for 14d175b
src/Examples/JsonApiDotNetCoreExample/Models/Article.cs
@@ -14,7 +14,7 @@ public class Article : Identifiable
14
public int AuthorId { get; set; }
15
16
[NotMapped]
17
- [HasManyThrough("tags", nameof(ArticleTags))]
+ [HasManyThrough(nameof(ArticleTags))]
18
public List<Tag> Tags { get; set; }
19
public List<ArticleTag> ArticleTags { get; set; }
20
}
0 commit comments