diff --git a/src/HotChocolate/Extensions/ISchemaBuilderExtensions.cs b/src/HotChocolate/Extensions/ISchemaBuilderExtensions.cs index 579fff362..a72e912c7 100644 --- a/src/HotChocolate/Extensions/ISchemaBuilderExtensions.cs +++ b/src/HotChocolate/Extensions/ISchemaBuilderExtensions.cs @@ -24,20 +24,30 @@ public static ISchemaBuilder AddNodaTime(this ISchemaBuilder schemaBuilder) .AddConvention( new FilterConventionExtension( descriptor => descriptor - .BindRuntimeType>() .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() .BindRuntimeType>() .BindRuntimeType>() + .BindRuntimeType>() ) );