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 1206606 commit 470db70Copy full SHA for 470db70
src/Examples/JsonApiDotNetCoreExample/Models/Person.cs
@@ -21,7 +21,7 @@ public class Person : Identifiable, IHasMeta
21
[HasMany("todo-collections")]
22
public virtual List<TodoItemCollection> TodoItemCollections { get; set; }
23
24
- [HasOne("unincludeable-item", Link.All, false)]
+ [HasOne("unincludeable-item", Link.All, canInclude: false)]
25
public virtual TodoItem UnIncludeableItem { get; set; }
26
27
public Dictionary<string, object> GetMeta(IJsonApiContext context)
0 commit comments