@@ -6,29 +6,29 @@ public class Schema :
66 public Schema ( IServiceProvider resolver ) :
77 base ( resolver )
88 {
9- RegisterTypeMapping ( typeof ( FilterChildEntity ) , typeof ( FilterChildGraph ) ) ;
10- RegisterTypeMapping ( typeof ( FilterParentEntity ) , typeof ( FilterParentGraph ) ) ;
11- RegisterTypeMapping ( typeof ( WithManyChildrenEntity ) , typeof ( WithManyChildrenGraph ) ) ;
12- RegisterTypeMapping ( typeof ( CustomTypeEntity ) , typeof ( CustomTypeGraph ) ) ;
13- RegisterTypeMapping ( typeof ( Child1Entity ) , typeof ( Child1Graph ) ) ;
14- RegisterTypeMapping ( typeof ( Child2Entity ) , typeof ( Child2Graph ) ) ;
15- RegisterTypeMapping ( typeof ( ChildEntity ) , typeof ( ChildGraph ) ) ;
16- RegisterTypeMapping ( typeof ( ParentEntity ) , typeof ( ParentGraph ) ) ;
17- RegisterTypeMapping ( typeof ( Level1Entity ) , typeof ( Level1Graph ) ) ;
18- RegisterTypeMapping ( typeof ( Level2Entity ) , typeof ( Level2Graph ) ) ;
19- RegisterTypeMapping ( typeof ( Level3Entity ) , typeof ( Level3Graph ) ) ;
20- RegisterTypeMapping ( typeof ( IncludeNonQueryableB ) , typeof ( IncludeNonQueryableBGraph ) ) ;
21- RegisterTypeMapping ( typeof ( IncludeNonQueryableA ) , typeof ( IncludeNonQueryableAGraph ) ) ;
22- RegisterTypeMapping ( typeof ( WithMisNamedQueryParentEntity ) , typeof ( WithMisNamedQueryParentGraph ) ) ;
23- RegisterTypeMapping ( typeof ( WithNullableEntity ) , typeof ( WithNullableGraph ) ) ;
24- RegisterTypeMapping ( typeof ( NamedIdEntity ) , typeof ( NamedIdGraph ) ) ;
25- RegisterTypeMapping ( typeof ( WithMisNamedQueryChildEntity ) , typeof ( WithMisNamedQueryChildGraph ) ) ;
26- RegisterTypeMapping ( typeof ( DerivedEntity ) , typeof ( DerivedGraph ) ) ;
27- RegisterTypeMapping ( typeof ( DerivedWithNavigationEntity ) , typeof ( DerivedWithNavigationGraph ) ) ;
28- RegisterTypeMapping ( typeof ( DerivedChildEntity ) , typeof ( DerivedChildGraph ) ) ;
29- RegisterTypeMapping ( typeof ( ManyToManyLeftEntity ) , typeof ( ManyToManyLeftGraph ) ) ;
30- RegisterTypeMapping ( typeof ( ManyToManyRightEntity ) , typeof ( ManyToManyRightGraph ) ) ;
31- RegisterTypeMapping ( typeof ( ParentEntityView ) , typeof ( ParentEntityViewGraph ) ) ;
9+ RegisterTypeMapping ( typeof ( FilterChildEntity ) , typeof ( FilterChildGraph ) ) ;
10+ RegisterTypeMapping ( typeof ( FilterParentEntity ) , typeof ( FilterParentGraph ) ) ;
11+ RegisterTypeMapping ( typeof ( WithManyChildrenEntity ) , typeof ( WithManyChildrenGraph ) ) ;
12+ RegisterTypeMapping ( typeof ( CustomTypeEntity ) , typeof ( CustomTypeGraph ) ) ;
13+ RegisterTypeMapping ( typeof ( Child1Entity ) , typeof ( Child1Graph ) ) ;
14+ RegisterTypeMapping ( typeof ( Child2Entity ) , typeof ( Child2Graph ) ) ;
15+ RegisterTypeMapping ( typeof ( ChildEntity ) , typeof ( ChildGraph ) ) ;
16+ RegisterTypeMapping ( typeof ( ParentEntity ) , typeof ( ParentGraph ) ) ;
17+ RegisterTypeMapping ( typeof ( Level1Entity ) , typeof ( Level1Graph ) ) ;
18+ RegisterTypeMapping ( typeof ( Level2Entity ) , typeof ( Level2Graph ) ) ;
19+ RegisterTypeMapping ( typeof ( Level3Entity ) , typeof ( Level3Graph ) ) ;
20+ RegisterTypeMapping ( typeof ( IncludeNonQueryableB ) , typeof ( IncludeNonQueryableBGraph ) ) ;
21+ RegisterTypeMapping ( typeof ( IncludeNonQueryableA ) , typeof ( IncludeNonQueryableAGraph ) ) ;
22+ RegisterTypeMapping ( typeof ( WithMisNamedQueryParentEntity ) , typeof ( WithMisNamedQueryParentGraph ) ) ;
23+ RegisterTypeMapping ( typeof ( WithNullableEntity ) , typeof ( WithNullableGraph ) ) ;
24+ RegisterTypeMapping ( typeof ( NamedIdEntity ) , typeof ( NamedIdGraph ) ) ;
25+ RegisterTypeMapping ( typeof ( WithMisNamedQueryChildEntity ) , typeof ( WithMisNamedQueryChildGraph ) ) ;
26+ RegisterTypeMapping ( typeof ( DerivedEntity ) , typeof ( DerivedGraph ) ) ;
27+ RegisterTypeMapping ( typeof ( DerivedWithNavigationEntity ) , typeof ( DerivedWithNavigationGraph ) ) ;
28+ RegisterTypeMapping ( typeof ( DerivedChildEntity ) , typeof ( DerivedChildGraph ) ) ;
29+ RegisterTypeMapping ( typeof ( ManyToManyLeftEntity ) , typeof ( ManyToManyLeftGraph ) ) ;
30+ RegisterTypeMapping ( typeof ( ManyToManyRightEntity ) , typeof ( ManyToManyRightGraph ) ) ;
31+ RegisterTypeMapping ( typeof ( ParentEntityView ) , typeof ( ParentEntityViewGraph ) ) ;
3232 Query = ( Query ) resolver . GetService ( typeof ( Query ) ) ! ;
3333 Mutation = ( Mutation ) resolver . GetService ( typeof ( Mutation ) ) ! ;
3434 RegisterType ( typeof ( DerivedGraph ) ) ;
0 commit comments