fix GraphQL DI Registration Using Generics ...
This commit is contained in:
@@ -65,11 +65,10 @@ namespace xDataService.Extensions
|
||||
var result =
|
||||
source.IsValid() &&
|
||||
!source.GraphType.IsNull() &&
|
||||
!source.GraphQuery.IsNull() &&
|
||||
!source.GraphSchema.IsNull() &&
|
||||
!source.GraphTypeKey.IsNull() &&
|
||||
!source.GraphQueryService.IsNull() &&
|
||||
!source.GraphTypeHelperService.IsNull() &&
|
||||
!source.GraphQueryImplementation.IsNull() &&
|
||||
!source.GraphTypeHelperImplementation.IsNull();
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user