Method: GraphQL::Types::BigInt.coerce_result
- Defined in:
- lib/graphql/types/big_int.rb
.coerce_result(value, _ctx) ⇒ Object
14 15 16 |
# File 'lib/graphql/types/big_int.rb', line 14 def self.coerce_result(value, _ctx) value.to_i.to_s end |