Sha256: 24d1ceebc0dfae47fb083897ee598dbf62f871c3c03a8d54b28abda7372fc58b
Contents?: true
Size: 232 Bytes
Versions: 2
Compression:
Stored size: 232 Bytes
Contents
GraphQL::Introspection::TypeKindEnum = GraphQL::Enum.new do |e| e.name "__TypeKind" e.description "The kinds of types in this GraphQL system" GraphQL::TypeKinds::KIND_NAMES.each do |kind_name| e.value(kind_name) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
graphql-0.3.0 | lib/graph_ql/introspection/type_kind_enum.rb |
graphql-0.2.0 | lib/graph_ql/introspection/type_kind_enum.rb |