Sha256: 8a85cce46cb4f68faf48d1a2a9136fbcd094fb735c93a29870f76acb976d9d30
Contents?: true
Size: 131 Bytes
Versions: 24
Compression:
Stored size: 131 Bytes
Contents
GraphQL::INT_TYPE = GraphQL::ScalarType.define do name "Int" coerce -> (value) { value.is_a?(Numeric) ? value.to_i : nil } end
Version data entries
24 entries across 24 versions & 1 rubygems