graphql-dotnet/conventions

Using nullable types with Optional<> causes Constructor not found error

braudabaugh opened this issue · 1 comments

If you pass a non-null value for an Optional field for a nullable type as part of a mutation payload, such as Optional<int?>, the following exception occurs when executing the mutation:

Constructor on type Optional not found

tlil commented

Thanks!