Skip to content

Commit 9115ef9

Browse files
committed
Update Schema.cs
1 parent 3b0d2a4 commit 9115ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/IntegrationTests/Schema.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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));

0 commit comments

Comments
 (0)