Using nullable types with Optional<> causes Constructor not found error
braudabaugh opened this issue · 1 comments
braudabaugh commented
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!