We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23decc commit 84a141cCopy full SHA for 84a141c
lib/graphql/schema/scalar.rb
@@ -49,6 +49,7 @@ def validate_non_null_input(value, ctx)
49
err
50
end
51
52
+ require 'graphql/coercion_error'
53
if coerced_result.nil?
54
str_value = if value == Float::INFINITY
55
""
0 commit comments