Skip to content

Commit

Permalink
Update Schema.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 29, 2024
1 parent 3b0d2a4 commit 9115ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/IntegrationTests/Schema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public Schema(IServiceProvider resolver) :
RegisterTypeMapping(typeof(IncludeNonQueryableB), typeof(IncludeNonQueryableBGraphType));
RegisterTypeMapping(typeof(IncludeNonQueryableA), typeof(IncludeNonQueryableAGraphType));
RegisterTypeMapping(typeof(WithMisNamedQueryParentEntity), typeof(WithMisNamedQueryParentGraphType));
RegisterTypeMapping(typeof(WithMisNamedQueryChildEntity), typeof(WithMisNamedQueryChildGraphType));
RegisterTypeMapping(typeof(WithNullableEntity), typeof(WithNullableGraphType));
RegisterTypeMapping(typeof(NamedIdEntity), typeof(NamedIdGraphType));
RegisterTypeMapping(typeof(WithMisNamedQueryChildEntity), typeof(WithMisNamedQueryChildGraphType));
RegisterTypeMapping(typeof(DerivedEntity), typeof(DerivedGraphType));
RegisterTypeMapping(typeof(DerivedWithNavigationEntity), typeof(DerivedWithNavigationGraphType));
RegisterTypeMapping(typeof(DerivedChildEntity), typeof(DerivedChildGraphType));
Expand Down

0 comments on commit 9115ef9

Please sign in to comment.