Skip to content

Commit 04172a4

Browse files
MilosMilos
Milos
authored and
Milos
committed
Fix: ContextGraph => ResourceGraph
1 parent 5e1db73 commit 04172a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore/Internal/Query/BaseAttrQuery.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private RelationshipAttribute GetRelationship(string propertyName)
4848

4949
private AttrAttribute GetAttribute(RelationshipAttribute relationship, string attribute)
5050
{
51-
var relatedContextExntity = _jsonApiContext.ContextGraph.GetContextEntity(relationship.Type);
51+
var relatedContextExntity = _jsonApiContext.ResourceGraph.GetContextEntity(relationship.Type);
5252
return relatedContextExntity.Attributes
5353
.FirstOrDefault(a => a.Is(attribute));
5454
}

0 commit comments

Comments
 (0)