Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /