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 b53a03e commit c179310Copy full SHA for c179310
src/JsonApiDotNetCore/Hooks/Traversal/TraversalHelper.cs
@@ -193,6 +193,11 @@ HashSet<TEntity> ProcessEntities<TEntity>(IEnumerable<TEntity> incomingEntities)
193
return newEntities;
194
}
195
196
+ /// <summary>
197
+ /// Parses all relationships from <paramref name="type"/> to
198
+ /// other models in the resource graphs by constructing RelationshipProxies .
199
+ /// </summary>
200
+ /// <param name="type">The type to parse</param>
201
void RegisterRelationshipProxies(DependentType type)
202
{
203
var contextEntity = _graph.GetContextEntity(type);
0 commit comments