Skip to content

Commit 84a141c

Browse files
committed
Fix missing class (why do I need this??)
1 parent e23decc commit 84a141c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/graphql/schema/scalar.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def validate_non_null_input(value, ctx)
4949
err
5050
end
5151

52+
require 'graphql/coercion_error'
5253
if coerced_result.nil?
5354
str_value = if value == Float::INFINITY
5455
""

0 commit comments

Comments
 (0)