File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Tests/IntegrationTests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ public Schema(IServiceProvider resolver) :
2222 RegisterTypeMapping ( typeof ( IncludeNonQueryableB ) , typeof ( IncludeNonQueryableBGraphType ) ) ;
2323 RegisterTypeMapping ( typeof ( IncludeNonQueryableA ) , typeof ( IncludeNonQueryableAGraphType ) ) ;
2424 RegisterTypeMapping ( typeof ( WithMisNamedQueryParentEntity ) , typeof ( WithMisNamedQueryParentGraphType ) ) ;
25+ RegisterTypeMapping ( typeof ( WithMisNamedQueryChildEntity ) , typeof ( WithMisNamedQueryChildGraphType ) ) ;
2526 RegisterTypeMapping ( typeof ( WithNullableEntity ) , typeof ( WithNullableGraphType ) ) ;
2627 RegisterTypeMapping ( typeof ( NamedIdEntity ) , typeof ( NamedIdGraphType ) ) ;
27- RegisterTypeMapping ( typeof ( WithMisNamedQueryChildEntity ) , typeof ( WithMisNamedQueryChildGraphType ) ) ;
2828 RegisterTypeMapping ( typeof ( DerivedEntity ) , typeof ( DerivedGraphType ) ) ;
2929 RegisterTypeMapping ( typeof ( DerivedWithNavigationEntity ) , typeof ( DerivedWithNavigationGraphType ) ) ;
3030 RegisterTypeMapping ( typeof ( DerivedChildEntity ) , typeof ( DerivedChildGraphType ) ) ;
You can’t perform that action at this time.
0 commit comments