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 47d4fcd commit cc3564dCopy full SHA for cc3564d
src/JsonApiDotNetCore/Internal/Query/RelatedAttrFilterQuery.cs
@@ -26,9 +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
33
}
34
0 commit comments