Sha256: 2756116056050bda130ceb2c97e79c8f352a0266fa6eef21badaa574a9cf6c0d
Contents?: true
Size: 273 Bytes
Versions: 14
Compression:
Stored size: 273 Bytes
Contents
GraphQL::Introspection::TypeKindEnum = GraphQL::EnumType.define do name "__TypeKind" description "An enum describing what kind of type a given `__Type` is." GraphQL::TypeKinds::TYPE_KINDS.each do |type_kind| value(type_kind.name, type_kind.description) end end
Version data entries
14 entries across 14 versions & 1 rubygems