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 cc3564d commit 5b6e614Copy full SHA for 5b6e614
src/JsonApiDotNetCore/Internal/Query/RelatedAttrFilterQuery.cs
@@ -26,6 +26,7 @@ public RelatedAttrFilterQuery(
26
27
[Obsolete("Use " + nameof(Attribute) + " instead.")]
28
public AttrAttribute FilteredAttribute { get; set; }
29
+
30
[Obsolete("Use " + nameof(Relationship) + " instead.")]
31
public RelationshipAttribute FilteredRelationship { get; set; }
32
}
0 commit comments