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 2c551e7 commit 16c32e9Copy full SHA for 16c32e9
lib/graphql/extras/types.rb
@@ -34,8 +34,8 @@ def self.coerce_result(value, _context)
34
class Decimal < GraphQL::Schema::Scalar
35
description <<~DESC
36
The `Decimal` scalar type represents signed double-precision fractional
37
- values parsed by the `Decimal` library. The Decimal appears in a JSON
38
- response as a string to preserve precision.
+ values. The Decimal appears in a JSON response as a string to preserve
+ precision.
39
DESC
40
41
def self.coerce_input(value, _context)
0 commit comments