Sha256: f29c63bd3856ac15d12e5943827c0e7ace83626b46dab33a1519f5dcd0bd674f
Contents?: true
Size: 621 Bytes
Versions: 4
Compression:
Stored size: 621 Bytes
Contents
# frozen_string_literal: true module GraphQL module Types extend Autoload autoload :Boolean, "graphql/types/boolean" autoload :BigInt, "graphql/types/big_int" autoload :Float, "graphql/types/float" autoload :ID, "graphql/types/id" autoload :Int, "graphql/types/int" autoload :JSON, "graphql/types/json" autoload :String, "graphql/types/string" autoload :ISO8601Date, "graphql/types/iso_8601_date" autoload :ISO8601DateTime, "graphql/types/iso_8601_date_time" autoload :ISO8601Duration, "graphql/types/iso_8601_duration" autoload :Relay, "graphql/types/relay" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
graphql-2.4.8 | lib/graphql/types.rb |
graphql-2.4.7 | lib/graphql/types.rb |
graphql-2.4.6 | lib/graphql/types.rb |
graphql-2.4.5 | lib/graphql/types.rb |