diff --git a/Sheaft.GraphQL/Types/Outputs/BusinessProfileType.cs b/Sheaft.GraphQL/Types/Outputs/BusinessProfileType.cs index 83809d02d..7d0937157 100644 --- a/Sheaft.GraphQL/Types/Outputs/BusinessProfileType.cs +++ b/Sheaft.GraphQL/Types/Outputs/BusinessProfileType.cs @@ -25,7 +25,7 @@ protected override void Configure(IObjectTypeDescriptor desc .Type>(); descriptor.Field(c => c.Address) - .Type>(); + .Type(); } } }