Sha256: 96a0612ffaea3e91213e2d04f4f2f72af5223a55e286f36d921eeafe538f4ced
Contents?: true
Size: 230 Bytes
Versions: 12
Compression:
Stored size: 230 Bytes
Contents
GraphQL::ID_TYPE = GraphQL::ScalarType.define do name "ID" coerce_result -> (value) { value.to_s } coerce_input -> (value) { case value when String, Fixnum, Bignum value.to_s else nil end } end
Version data entries
12 entries across 12 versions & 1 rubygems